SearchDropDown - Vaadin Add-on Directory
SearchDropDown provides search field with drop down for suggestionsSearchDropDown is designed to be used when your application needs to perform query or queries to resolve suggestions for search field. And when set of possible suggestions is too large to be stored in memory in hope that those might be needed.
Source CodeAuthor Homepage
Online Demo
Issue Tracker
SearchDropDown version 0.1.0
Initial release
SearchDropDown version 0.1.1
Adds clear (search value) and click (at field icon) events.
SearchDropDown version 0.2.0
- Increase Vaadin dependency to 8.3
- Fix dropdown alignment issues with Vaadin 8.3
SearchDropDown version 0.3.0
- Allow HTML content mode in dropdown items
- Easy way to highlight matching part of suggestions
- After search field blur do not popup suggestions
- Lot of SASS variables to allow you to adjust look'n feel
- Do not open pending dropdown if field has been blured
- Open dropdown after focus of field if value present