flipbyte / formik-json-schema

Easily create react forms using JSON / Javascript Object
MIT License
152 stars 40 forks source link

react-select asynchronously loaded options don't show #34

Closed easeq closed 5 years ago

easeq commented 5 years ago

Describe the bug

React-select does not show the asynchronously loaded options on initial click.

To Reproduce

Expected behavior

On clicking react-select, the select should open and display all the loaded options.