Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
1.9.1
Fixed
- Changed default setting to disabled for
autovalidateMode
and fixed typo (#256)
1.9.0
Added
hideKeyboard
property to handle edge cases where text field has focus (#238)
enabled
and autovalidateMode
properties (#248)
enableSuggestions
to TextField Configuration (#249)
Changed
- Updated
flutter_keyboard_visibility
to version 4.X (#255)
1.8.8
Fixed
- Fixed typos and updated validator tests and examples to remove deprecated constants
1.8.7
Fixed
- Fixed
dispose()
error in tests
1.8.5
Changed
- Updated
flutter_Keyboard_visibility
dependency to ^3.0.0
1.8.4
Added
- suggestions box clip parameter
Fixed
- Erratic suggestions callback behaviour
- Exception with cut/paste
1.8.3
Fixed
- Addressed keyboard visibility issues (contribution from @alphamikle)