mirror of https://github.com/hashicorp/consul
10 lines
250 B
Handlebars
10 lines
250 B
Handlebars
|
{{yield
|
||
|
(action 'change')
|
||
|
(action 'keypress')
|
||
|
(action 'keypressClick')
|
||
|
(hash
|
||
|
labelledBy=(concat 'component-aria-menu-trigger-' guid)
|
||
|
controls=(concat 'component-aria-menu-menu-' guid)
|
||
|
expanded=(if expanded 'true' undefined)
|
||
|
)
|
||
|
}}
|