material-ui-superselectfield
material-ui-superselectfield copied to clipboard
use with asynchronous data
Anyone using this component with asynchronous data? That is searching a database for example in response to a change to the autocomplete filter and generating new children? I haven't had any luck.
Consider using Redux and redux-thunk ?
Well, here's the first issue,
https://github.com/Sharlaan/material-ui-superselectfield/pull/21
The autocomplete field wasn't showing up because of the spelling error
Not at all, it were just a minor spelling fix, but thanks,
Regarding asynchronous loading, stay tuned with issue #22 this might help you.
I see #22 , and that helps with dynamic data, but still would support dynamic, multi-select autocomplete. Primarily because of the way filter is implemented. Basically we need another method that is called when someone types into the "filter" field, to kick off the search.
Sorry for late answer, please check latest versions with prop onAutoCompleteTyping
Please tell me if this solves your usecase.