buildcom / BossyUI

http://www.bossyui.io/
17 stars 40 forks source link

Refactor bossy-dropdown into bossy-form-dropdown #476

Closed tamfleet closed 7 years ago

tamfleet commented 7 years ago

bossy-dropdown is the Bootstrap Dropdown component, not necessarily a form-component. The Dropdown component has a lot of functionality that is not needed in a form. Instead of refactoring and simplifying bossy-dropdown, I created a new form-component called form-selectmenu. This way we are sticking closer to the Bootstrap-y way of doing things. Refer to the documentation here: https://v4-alpha.getbootstrap.com/components/forms/?#select-menu

Also, switching to select-menu resolves #479