Skip to content

xdev-software/vaadin-editable-label

Repository files navigation

Published on Vaadin Directory Latest version Build Quality Gate Status Vaadin 24+

vaadin-editable-label

A Vaadin Flow implementation for editable labels

demo

This component provides a couple of elements that are displayed as simple read-only components, but can be edited with a simple click. Following components are available:

It's also possible to create a custom element:

final EditableLabel<EmailField, String> emailLabel = new EditableLabel<>(new EmailField()).withValue(defaultValue);

Installation

Installation guide for the latest release

Compatibility with Vaadin

Vaadin version Editable label version
Vaadin 24+ (latest) 2+
Vaadin 23 1.x

Run the Demo

  • Checkout the repo
  • Run mvn install && mvn -f vaadin-editable-label-demo spring-boot:run
  • Open http://localhost:8080
Show example

demo

Support

If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies