crawlinknetworks / dropdown_plus

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.
MIT License
12 stars 43 forks source link

KeyEventResult solved #19

Open siddiquisahil02 opened 2 years ago

siddiquisahil02 commented 2 years ago

KeyEventResult Issue solved

onKey is going to be deprecated soon, so use onKeyEvent and change some lines of a code in the package itself. And RawKeyEvent is now will be replaced by KeyEvent