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 guide for the latest release
Vaadin version | Editable label version |
---|---|
Vaadin 24+ (latest) | 2+ |
Vaadin 23 | 1.x |
- Checkout the repo
- Run
mvn install && mvn -f vaadin-editable-label-demo spring-boot:run
- Open http://localhost:8080
If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies