Nikita Pushnov

Results 2 comments of Nikita Pushnov

> Hi Pmpurifoy, > > Thanks for your fast response. > > Yes, i need it because as per my requirement, keys will be different and value will be same....

I found a small workaround: you need to add some [zero-width space characters](https://en.wikipedia.org/wiki/Zero-width_space) (ZWSP) "​" to each line displayed in the dropdown. Example: > `let titles = items.map((item, index) =>...