1.6.2
Keep improving on 1.6 logic
- Full width is now the default since the goal is to make the form work more often like a select element. This is needed to align with the use of the drop down icon taken from the select element. Full width menu now position like bootstrap (2px offset below input).
- The dropdown icon is hidden if you have a suggestionThreshold > 0 or no option
- Added a is-max-reached class, which allows for example to hide the drop icon when max is reached, providing visual feedback that the component has reached its max elements
- Fix form-select-lg/-sm styles not working anymore
- Properly dispose of tooltips
- Various code cleanup
Full Changelog: 1.6.1...1.6.2