mirror of https://github.com/hashicorp/consul
8 lines
359 B
Handlebars
8 lines
359 B
Handlebars
<IvyCodemirror @value={{value}} @name={{name}} @class={{class}} @options={{options}} @valueUpdated={{action onkeyup}} />
|
|
<pre><code>{{yield}}</code></pre>
|
|
{{#if (and (not readonly) (not syntax))}}
|
|
<PowerSelect @onchange={{action "change"}} @selected={{mode}} @searchEnabled={{false}} @options={{modes}} as |mode|>
|
|
{{mode.name}}
|
|
</PowerSelect>
|
|
{{/if}}
|