Open frankspin89 opened 8 years ago
Would be great if you can use the positioning options and make dropdown available on hover. Currently the following code is not supported:
<button data-toggle="example-dropdown">Hover me</button> {{#zf-dropdown id="example-dropdown" class="dropdown-pane top" data-hover="true" data-hover-pane="true"}} Hello {{/zf-dropdown}}
FYI, the docs did not mention you have to pass a positionClass option. throws an error and got me wondering there for a sec.
positionClass
Would be great if you can use the positioning options and make dropdown available on hover. Currently the following code is not supported: