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
549 stars 125 forks source link

Show items without having them in [items]=""? #311

Open hendrik244 opened 3 years ago

hendrik244 commented 3 years ago

Hi,

is it possible to show a value by passing it through ngModel without having it in the [items] list? Once the user changed it to an item from the list, there won't be a way to go back to the "init" value. Would be great, because then you have the opportunity to update the list and remove values without "killing" users values.

Thank you in advance.

Best regards, Hendrik