React example? #67
-
Are there any available examples of typeahead-standalone used in a React function(al) component? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @imnasnainaec , Here's a simple example of using the library with React https://jsfiddle.net/niketpathak/34c0nvar/ The library being framework agnostic, can be used with any framework as desired. |
Beta Was this translation helpful? Give feedback.
-
@niketpathak I've modified the above solution to not require |
Beta Was this translation helpful? Give feedback.
Hello @imnasnainaec ,
Here's a simple example of using the library with React
https://jsfiddle.net/niketpathak/34c0nvar/
The library being framework agnostic, can be used with any framework as desired.