vaadin-editable-label
vaadin-editable-label copied to clipboard
A collection of labels which can be edited on click for Vaadin Flow
vaadin-editable-label
A Vaadin Flow implementation for editable labels

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:
- EditableLabelTextField
- EditableLabelTextArea
- EditableLabelComboBox
- EditableLabelDatePicker
- EditableLabelNumberField
- EditableLabelBigDecimalField
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

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