react-native-autocomplete-dropdown icon indicating copy to clipboard operation
react-native-autocomplete-dropdown copied to clipboard

issue solution for create multiple dropdown in one screen

Open harshil19 opened this issue 10 months ago • 1 comments

it may help to add multiple auto dropdown to one screen

harshil19 avatar Apr 15 '24 18:04 harshil19

Hi @harshil19 , the only way I know, and have implemented this dropdown, is by creating a super component which has this dropdown component, and calling the super component in multiple places in one screen. That way, each dropdowns are technically different items, and so they work properly.

DinoWithCurls avatar Apr 19 '24 09:04 DinoWithCurls

@DinoWithCurls Can you help with an example for that solution, because I have tried that, seems to be not working.

vijayanandof avatar Oct 03 '24 08:10 vijayanandof