textfield_tags 1.1.0
textfield_tags: ^1.1.0 copied to clipboard
A text field that allows an input of tags inside the textfield
1.1.0 12/5/2020. #
- Major changes in all files
- Breaking change on onTag and onDelete where they are required and shall not be null
- A feature of optional tags implemented to enable initial tags to be entered
- More examples and documentes showing usage
1.0.4 11/14/2020. #
- Put the main and models file inside a source folder to optimise usability
1.0.3 10/25/2020. #
- Make tags variable private so it doesn't conflict with developers variable and gets overrided
1.0.2 10/23/2020. #
- Require the entry of tagsStyler and textFieldStyler
1.0.1 10/18/2020. #
- Add onDelete callback capability
- Add capability to manipulate padding of tag text and cancel icon
1.0.0 10/15/2020. #
- Fixed the First tag not showing when user enters a tag
- Fixed animation issue with tag offset dragging when it reaches the end
- Added more example demo
0.9.0 9/15/2020. #
- Released first project.