toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

How to use a custom component (image, button) as a trigger for the dropdown? #212

Closed ibrahimrehman1 closed 1 year ago

ibrahimrehman1 commented 1 year ago

Hi there!

Is there any way to use a custom component or element as a trigger for the dropdown instead of an input field? My use case is that I want to add the trigger to an image i.e. when I click that image, the dropdown should show consisting of multiple items which can be selected and assigned.

Following is an image which I want to achieve in react-native. The UI does not matter a lot just the trigger matters. Thanks!

chrome_6SNRgiOAjH

ibrahimrehman1 commented 1 year ago

Hi Guys! So the UI for our application has been changed. Closing the issue !!!