hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Can't search when item schema label property is an integer #646

Closed Bileeta123 closed 1 year ago

Bileeta123 commented 1 year ago

This is how my item schema defined. Screenshot 2023-02-17 at 5 42 05 PM And this is my object properties. Screenshot 2023-02-17 at 5 42 42 PM

When I try to search an item, app crashes and show below error. It works when string property used as the label.

Screenshot 2023-02-17 at 5 44 27 PM

Is there any fix for this?

Bileeta123 commented 1 year ago

fixed.