fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

Feature Request: Can you add a multi select view ? #25

Closed srivastavaanurag79 closed 3 years ago

srivastavaanurag79 commented 3 years ago

For Reference: https://www.npmjs.com/package/react-native-multi-selectbox

Feature Request: There aren't any material multi-select for react native using react native paper.

fateh999 commented 3 years ago

Sounds good, will be releasing next major release with this.

srivastavaanurag79 commented 3 years ago

with a search bar, or can you help me build it i am stuck at handling state of the dynamic checkbox, i am using checkbox to select multiple data when i console log the state of checkboxes are changed but it isn't updating the checkbox icon when i reload the app it shows the updated view

fateh999 commented 3 years ago

IMG_20210724_103836

I am thinking implementation like this will be better, the above image is from react material ui.

srivastavaanurag79 commented 3 years ago

Any idea how to add custom template or React Native Paper Chip inside TextInput instead of strings ???

Screenshot 2021-07-24 174352 Screenshot 2021-07-24 174523

This looks very raw, adding selected elements as chip would make it complete

fateh999 commented 3 years ago

For now will be displaying comma separated values in TextInput.