eakoriakin / ionic-selectable

Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
MIT License
550 stars 123 forks source link

ionchange or (change) is not dedicated #434

Closed eligrifel closed 11 months ago

eligrifel commented 11 months ago

it looks likes for some reason keyup or value change in text field dosent trigger sorting on the list only if loose focus or pressing enter then the list refresh and sort i think ionChange is not invoking any more on keyup maybe it has something to do with that

this is the part in the source code that dosent work

onChange: EventEmitter<{ component: IonicSelectableComponent; value: any; }>; /**

MSandeep111 commented 11 months ago

@eligrifel I was facing the same issue, I was using the 5.0.0 then I updated to version 5.0.2 and now its working fine. Hope it helps.

eligrifel commented 11 months ago

It looks like downgrade ionic package fix it .since they change the way to change works in updated version of ionic package Thank for the reply

iamrsojitra commented 11 months ago

As its working on latest version 5.0.2, I am closing this issue