Directory

AutoSelectComboBox - Vaadin Add-on Directory

ComboBox with autoselect and validation AutoSelectComboBox - Vaadin Add-on Directory
#### Description If there is only one match while typing a custom value in combobox, it selects the matched value in blur when either the user hit ENTER or leave focus from the field (clicking any other area outside of combobox). The default behaviour of combobox is that when leaving the focus, it clears the value however with AutoSelectComboBox the value stay as it is and it can show a custom error massage if there is no exactly one match with the input. #### Compatibility * Version 1.x.x -> Vaadin 14+ * Version 2.x.x -> Vaadin 23.1.x * Version 3.x.x -> Vaadin 23.2.x