Releases: nlfiedler/choose_input_chips
Releases · nlfiedler/choose_input_chips
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Forked from https://github.com/danvick/flutter_chips_input as of tag 2.0.0
Renamed from flutter_chips_input
to choose_input_chips
.
- Resetting the version number to
1.0.0
to reflect name change.
Added
- ziyadsfaxi: add suggestions box elevation option.
- ziyadsfaxi: add box decoration to suggestions box.
- chipsfork: optionally show initial suggestions.
- chipsfork: option to not show keyboard when input is focused.
Fixed
- hest: fix Unicode character disappearing when complete.
- jorelkimcruz: fix backspace bug for android.
- SocialStrata: fix ios keyboard jitter.
- tstrg: fix
Failed assertion 'attached': is not true
. - joCur: add a Null-Check before insert the overlayEntry inside SuggestionBoxController.
- noworyta: add performSelector override.
- ChillkroeteTTS: make ensureVisible optional to accommodate desktop and web platforms.
- huseyinhamad: add performSelector and didChangeInputControl overrides.
- Eimji: use WITH the mixin TextInputClient to avoid missing override implementations.
- Eimji: fix warnings, errors, iOS Keyboard entry, backspace for Android, unicode char.