Extension of text area component that supports 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.
This component is part of Vaadin Component Factory.
- Version 1.x.x -> Vaadin 14
Run from the command line:
mvn -pl vcf-taggable-text-area-demo -Pwar install jetty:run
Then navigate to http://localhost:8080/
Run from the command line:
mvn clean install -DskipTests
This profile, when enabled, will create the zip file for uploading to Vaadin's directory
This profile, when enabled, will execute a production build for the demo
To use the component in an application using maven,
add the following dependency to your pom.xml
:
<dependency>
<groupId>org.vaadin.addons.componentfactory</groupId>
<artifactId>vcf-taggable-text-area</artifactId>
<version>${component.version}</version>
</dependency>
See examples on how to use at demo.
Documentation for Vaadin Flow can be found in Flow documentation.
Distributed under Apache Licence 2.0.
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: Support and Pricing.