acoustep / ember-cli-foundation-6-sass

MIT License
64 stars 33 forks source link

Dropdown - Add support for positioning and data-hover #21

Open frankspin89 opened 8 years ago

frankspin89 commented 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}}
rizkysyazuli commented 7 years ago

FYI, the docs did not mention you have to pass a positionClass option. throws an error and got me wondering there for a sec.