mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
6 lines
166 B
Handlebars
6 lines
166 B
Handlebars
|
<select
|
||
|
...attributes
|
||
|
{{on "change" (pick "target.value" @onChange)}}
|
||
|
>
|
||
|
{{yield (hash option=(component "inputs/select/option" currentValue=@value))}}
|
||
|
</select>
|