react-selectrix icon indicating copy to clipboard operation
react-selectrix copied to clipboard

Add "onFetched" callback prop to control the ajax results with more flexibility

Open stratos-vetsos opened this issue 6 years ago • 0 comments

Right now you can't extract data from deeply nested keys. Only for first level keys by providing the nestedKey prop. If we create a "onFetched" ( any other name suggestion is welcome ) callback, that takes the fetched results as argument and returns an array of options to the component, we will have more flexibity.

stratos-vetsos avatar Jul 12 '18 20:07 stratos-vetsos