Accessible ComboBox
Accessible ComboBox and MultiSelectComboBox for Vaadin 14
Accessible versions of ComboBox and MultiSelectComboBox for Vaadin 14 based web components of Vaadin 23, which has been rewritten for better accessibility. The Java API us the same as regular Vaadin 14 ComboBox. The web component name has been renamed to vcf-combo-box and vcf-multi-select-combo-box (and child elements respectively with same convention) to avoid duplicate component registration.
Styling of the component should work same way as in Vaadin 23, with exception that vcf-combo-box, vcf-combo-box-item, etc. should be used as tag names.
Sponsored development
Major pieces of development of this add-on has been sponsored by customers of Vaadin. Read more about Expert on Demand at: Support and Pricing
Links
Compatibility
1.0.0 | 1.1.0 | 1.1.1 | 1.2.0 | 1.3.0 | |
---|---|---|---|---|---|
(24.4) | |||||
(24.3) | |||||
(24.2) | |||||
(24.1) | |||||
(24) | |||||
(23) | |||||
(22) | |||||
(21) | |||||
(20) | |||||
(19) | |||||
(18) | |||||
(17) | |||||
(16) | |||||
(15) | |||||
14 | Y | Y | Y | Y | Y |
(13) | |||||
(12) | |||||
(11) | |||||
(10) | |||||
(8.21) | |||||
(8.20) | |||||
(8.19) | |||||
(8.18) | |||||
(8.17) | |||||
(8.16) | |||||
(8.15) | |||||
(8.14) | |||||
(8.13) | |||||
(8.12) | |||||
(8.11) | |||||
(8.10) | |||||
(8.9) | |||||
(8.8) | |||||
(8.7) | |||||
(8.6) | |||||
(8.5) | |||||
(8.4) | |||||
(8.3) | |||||
(8.2) | |||||
(8.1) | |||||
(8.0) | |||||
(7.7) | |||||
(7.6) | |||||
(7.5) | |||||
(7.4) | |||||
(7.3) | |||||
(7.2) | |||||
(7.1) | |||||
(7.0) | |||||
(6.8) | |||||
(6.7) | |||||
(6.6) | |||||
(6.5) | |||||
(6.4) | |||||
(6.3) | |||||
(6.2) | |||||
(6.1) | |||||
(6.0) |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
1.1.0
- Added MultiSelectComboBox
- Small fixes in ComboBox
- Released
- 2023-05-10
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Microsoft Edge
Accessible ComboBox - Vaadin Add-on Directory
Accessible ComboBox and MultiSelectComboBox for Vaadin 14Accessible ComboBox version 1.0.0
### Version 1.0.0
- First version, tested with Vaadin 14.9.8
Accessible ComboBox version 1.1.0
### 1.1.0
- Added MultiSelectComboBox
- Small fixes in ComboBox
Accessible ComboBox version 1.1.1
### Version 1.1.1
- Fixed the item renderer not working
Accessible ComboBox version 1.2.0
### Version 1.2.0
- Deprecate setPreventInvalidInput and add setAllowedCharsPattern
Accessible ComboBox version 1.3.0
### Version: 1.3.0
- Fixed theme propagation in both ComboBox and MultiSelectComboBox