Open umairda opened 6 years ago
@umairda please refer to #58 for a solution to this
to show all the item which you just select, you just comment or remove the "hideTags" properties of the Component
to show all the item which you just select, you just comment or remove the "hideTags" properties of the Component
itz true
Issue summary
I was testing the sample code from the README abbreviated below:
I get the following error:
ie
this.multiSelect
is not defined. Is this correct? Don't I have to wait until the next clock edge (ie wrap in asetTimeout
) before I can accessthis.multiSelect
?Library versions
react-native: 0.55.3 react-native-multiple-select: 0.4.4