Skip to content

Add-on that provides a modified text area that supports the usage of tags that can be selected from a popup

License

Notifications You must be signed in to change notification settings

vaadin-component-factory/taggable-text-area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taggable Text Area for Vaadin 14

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.

Compatibility

  • Version 1.x.x -> Vaadin 14

Running the component demo

Run from the command line:

  • mvn -pl vcf-taggable-text-area-demo -Pwar install jetty:run

Then navigate to http://localhost:8080/

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

Profiles

Profile "directory"

This profile, when enabled, will create the zip file for uploading to Vaadin's directory

Profile "production"

This profile, when enabled, will execute a production build for the demo

Using the component in a Flow application

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>

How to Use

See examples on how to use at demo.

Flow documentation

Documentation for Vaadin Flow can be found in Flow documentation.

License

Distributed under Apache Licence 2.0.

Sponsored development

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.

About

Add-on that provides a modified text area that supports the usage of tags that can be selected from a popup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages