alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

Numeric values and keys #111

Closed gitolog closed 7 years ago

gitolog commented 7 years ago

dataSource={[ {"anchor":156,"label":156}, {"anchor":168,"label":168}, {"anchor":185,"label":185}, {"anchor":205,"label":205} ]} optionValueKey='anchor' optionLabelKey='label'

React super select returns 'no data'

alsoscotland commented 7 years ago

@gitolog Thanks for filing the issue. I will take a look

alsoscotland commented 7 years ago

@gitolog Should be addressed. https://github.com/alsoscotland/react-super-select/tree/v1.0.2

gitolog commented 7 years ago

@alsoscotland Thank you! It seems all working well

alsoscotland commented 7 years ago

@gitolog Thanks for letting me know! Glad it is working for you