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

fix: KeyEventResult issue #21

Open nandoys opened 2 years ago

nandoys commented 2 years ago

Exception caught by services library The following TypeErrorImpl was thrown while processing the key message handler: Expected a value of type 'KeyEventResult', but got one of type 'bool'

berkanaslan commented 1 year ago

Thanks! @crawlinknetworks Could you please review it and then merge if look good to you?