gogoair / react-combo-select

React dropdown for select and multiselect
MIT License
28 stars 9 forks source link

default select is not working #6

Closed roshan-shelar closed 7 years ago

roshan-shelar commented 7 years ago

eg code

markokostovski commented 7 years ago

@roshan-shelar, can you be more descriptive? They way for you to have default selection is to put proper value or text.

`let standardArray = ["JA007D", "JA008D", "JA009D", "JA010D"];

` It will select 'JA008D' as a default one.. Also this is just a minor example, it can get complex if you want additional mapping