We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When entering characters I get an error:
minimal Set-Up: const localData = [ { key: 'a', value: 'aa' }, { key: 'b', value: 'bb' }, { key: 'c', value: 'cc' } ];
const localData = [ { key: 'a', value: 'aa' }, { key: 'b', value: 'bb' }, { key: 'c', value: 'cc' } ];
<SelectList data={localData} setSelected={() => console.log()} />
When Input:
Throw error on InputText at:
react-native-dropdown-select-list/components/SelectList.tsx
Line 147 in f4f01ab
Is there a fix or workaround for this issue?
You can also reproduce the error on (Expo Snack) with the inputs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When entering characters I get an error:
minimal Set-Up:
const localData = [ { key: 'a', value: 'aa' }, { key: 'b', value: 'bb' }, { key: 'c', value: 'cc' } ];
<SelectList data={localData} setSelected={() => console.log()} />
When Input:
Throw error on InputText at:
react-native-dropdown-select-list/components/SelectList.tsx
Line 147 in f4f01ab
Is there a fix or workaround for this issue?
You can also reproduce the error on (Expo Snack) with the inputs
The text was updated successfully, but these errors were encountered: