instatype icon indicating copy to clipboard operation
instatype copied to clipboard

⚡️ Mobile-friendly React autocomplete component

Results 4 instatype issues
Sort by recently updated
recently updated
newest added

**Pass data as prop** @gragland i want to implement data prop feature as described in : #9 `` ``` async myRequestHandler(query, limit, callback){ this.setState({ loadingUsers: true }); const users =...

The zeit.sh link is not working

please add keyboard navigation

enhancement

We currently pass data to the instatype component by calling `callback(data)` within `requestHandler()`. It would be better if we passed data as a prop to instatype: ``

enhancement