mirror of
https://github.com/status-im/consul.git
synced 2025-03-02 22:30:43 +00:00
* Disable source as well as destination on editing * Various visual/textual amends * Make errors only appear once you've interacted with a field * Move tests that involve selecting menus to a create form * Revert fieldsets and checkboxes
9 lines
156 B
Handlebars
9 lines
156 B
Handlebars
<input
|
|
{{did-insert (optional @didinsert)}}
|
|
{{on 'change' (optional @onchange)}}
|
|
type="radio"
|
|
name={{@name}}
|
|
value={{@value}}
|
|
...attributes
|
|
/>
|