gogoair / react-combo-select

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

Update tests and text/defaultText handling #28

Closed darktasevski closed 6 years ago

darktasevski commented 6 years ago

Updated tests (paths were broken), cleaned and prettified code, and changed handling of defaultText and text prop. From now if text prop is provided defaultText (if provided will be ignored).

user928 commented 6 years ago

everything seems fine, merged to master.