1.7.2
JavaScript
- #97 Placeholder showed after focus out of selectbox when clear button clicked
- #98 Removing all items from tom-select mode=single doesn't update underlying select
- add scroll() method, add behavior option to scrollToOption()
- revert portions of 1bf49e5 to fix duplicate item deletion
- #88 Dropdown doesn't scroll to active option
- don't change activeOption when hideSelected = false for #88
- #93 Select box smooth scrolls to current item when opening
- close() dropdown on load to make sure it is hidden
CSS
- #95 make spinner scss vars overwritable
- #91 bootstrap 5 styles doesn't apply to input-group
- #92 fix placement of clear-button with single mode caret
Other
- Added robots.txt and sitemap.xml to documentation site
- #94 Updated docs for clearOptions()
- More tests