icemanbsi / searchable_dropdown

MIT License
107 stars 162 forks source link

Selected Value show top of list #125

Open waqaryounusjatt788 opened 3 years ago

waqaryounusjatt788 commented 3 years ago

is this possible selected checked item show on top of list? If you see in the image checked item are showing where we select but after selection the selected item shown on top of list

Simulator Screen Shot - iPhone 8 - 2021-03-30 at 12 34 59

MrShamp commented 2 years ago

You can add flag to you item array to be selected and can sort those element on selection. It will show on top of list.