srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

Feature request: Disable Option #53

Closed ValEmpire closed 2 months ago

ValEmpire commented 5 months ago

interface ListItem { _id: string; value: string; disabled?: boolean; }

if disabled option is not selectable. Thank you

srivastavaanurag79 commented 5 months ago

will add it in the next update

srivastavaanurag79 commented 2 months ago

@himrocks33 please add this feature also in your merge request