autocomplete_tag_editor 1.0.4
autocomplete_tag_editor: ^1.0.4 copied to clipboard
A Flutter widget for tag input with autocomplete functionality
1.0.4 #
- Added new param
minimumSpaceRequiredBelow. This helps determine weather the suggestions list should show below or above the input field. defaults to300. - Added new param
maxSuggestionCount. limits the suggestions list to the given number. defaults to5.
1.0.3 #
- Custom tag would be created if the input is unfocused. (if
allowCustomTagsistrue) - Custom tag creator operator (previosuly a
space) is now changed with','
1.0.2 #
- Added
TextStylefor input field customization
1.0.1 #
- Fixed issue of
displayValueBuilerwhen usingsuggestionBuilderwith String type.
1.0.0 #
- Added customization for tags and suggestions.
0.0.1 #
- Initial release