readonly
is not part of the inputs, and is now a property that needs to be added to each tag in order to make it readonly
- removing tag should not trigger
onSelect
- OnRemoving does not trigger by backspace and drag remove
- Added max-width for very long tags, and ellipsis at the end
- Added
onAdding
andonRemoving
hooks
- removed
Renderer
- Added
dropZone
attribute to drag and drop tags
- Fixed missing animations module
- The autocomplete properties
autocompleteItems
andshowDropdownIfEmpty
are now part of thetag-input-dropdown
component instead.
- Lots of code moved around and refactored
- Custom theme's style is back
- Custom theme now uses - lots of duplicate code removed as a result