mirror of https://github.com/status-im/consul.git
15 lines
326 B
Handlebars
15 lines
326 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
{{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)
|
|
)
|
|
}} |