tekuma / curator-portal

Interface for the Curation database
0 stars 0 forks source link

Configure Artist search selector #70

Open xstephen95x opened 7 years ago

xstephen95x commented 7 years ago

currently, the artist selector is not functional.

The selector should be configured to accept arbitrary strings.


react-select should be investigated for it's async functionalities. In the future it could be configured to dynamicly populate a list of suggested artist names based on a few initial characters provided by the user.

https://github.com/JedWatson/react-select

xstephen95x commented 7 years ago

Review branch has been configured to accept an arbitrary string. Should be tested along with database connection.