All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added the option to only show unique dropdown items.
- Fix batch loading of dropdown will only show the first 400 items.
- minor performance optimization for when there are a lot of elements in the dropdown
- remove the invalid class after an element has been selected from the dropdown menu
- invalidClass was not removed after successful validation for validations defined in markup
- invalidClass can be set in html markup (e.g. data-invalid-class="notvalid").
- Changed the
data-appendToBody
attribute todata-append-to-body
in order to be conform with the HTML specification (no uppercase letters).
- Fixed an issue where, after selecting an item, no other item could be selected.
- Add preAppendDataItem /
function(li, item)
to manipulate the list item regardingitem
values.
- Click on DropDownItem after filter a filter was already applied Issue #9
- Support possibility to add validation function to autocomplete per html attribute
- Typescript support for new autocomplete features
- Add feature to force selection of first match even if there are more options.
- Add CHANGELOG.md