Skip to content

Releases: nlfiedler/choose_input_chips

1.1.3

23 Sep 02:50
Compare
Choose a tag to compare

Fixed

  • Removed redundant call to onChanged() from selectSuggestion().

1.1.2

22 Jun 00:54
Compare
Choose a tag to compare

Fixed

  • sarbogast: fixed failure on web due to bug fix in previous release.

1.1.1

22 Jun 00:54
Compare
Choose a tag to compare

Fixed

  • BurningAXE: do not show the on-screen keyboard on widget init.

1.1.0

25 Mar 17:25
Compare
Choose a tag to compare

Fixed

  • Backspace on browser would delete two values at once.
  • Keep text value up-to-date when chips are removed.
  • Input field height no longer hard-coded, now controlled by maxHeight.

1.0.0

22 Mar 15:51
Compare
Choose a tag to compare

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.