Feature Req: Instead of selected items list, it should display tags
Incase of multi-select:
Selected items should be displayed as tags. This would replace selected items' list and inturn occupy less space on the screen. Better UI and empowers user to select more items.
Once the selection is done, the result displayed is in tags format.
Hi @shyamal890,
yes this has already been in discussion in some other issues but currently I do not have the time to change the Ionic input style such that it works on all devices etc. To display it as comma separated value is easier and it just uses the default input.
On the other hand I do not think it will need less space as the view values are defined by the user and they would be the same within the tags. The only addition would be that you could display tags on multiple lines such that you can see all your selections easily.
But I will let this issue open for discussion and if someone has the time then I would appreciate a PR/branch with a prototype of the tags support.
Thanks and regards,
Guy