Taggable Text Area
Extension of text area that supports the usage of tags that can be selected from a popup
This component is an extension of text area component that adds support for tagging functionality. Users can insert tags by typing a "@" character to trigger a popup for selecting tags. Tags are rendered as clickable elements that can open popups for additional to add aditional information.
See examples on how to use at demo source code.
Links
Compatibility
1.0.0 | |
---|---|
(24.5) | |
(24.4) | |
(24.3) | |
(24.2) | |
(24.1) | |
(24) | |
(23) | |
(22) | |
(21) | |
(20) | |
(19) | |
(18) | |
(17) | |
(16) | |
(15) | |
14 | 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
Initial implementation
- Released
- 2025-01-09
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14
- Browser
- N/A
Taggable Text Area - Vaadin Add-on Directory
Extension of text area that supports the usage of tags that can be selected from a popupThis component is an extension of text area component that adds support for tagging functionality.
Users can insert tags by typing a "@" character to trigger a popup for selecting tags. Tags are rendered as clickable elements that can open popups for additional to add aditional information.
See examples on how to use at [demo source code](https://github.com/vaadin-component-factory/taggable-text-area/blob/main/vcf-taggable-text-area-demo/src/main/java/org/vaadin/addons/componentfactory/demo/TaggableTextAreaDemoView.java).
View on GitHubTaggable Text Area version 1.0.0
Initial implementation