At XDEV, we love working with Vaadin and have once again released a new component for Vaadin Flow: a collection of editable labels.
Through this Vaadin component, elements that are otherwise used for pure display can also be edited by the user with a simple click. Supported elements are:
- Text fields (TextField or TextArea)
- Drop down boxes (ComboBox)
- Date picker (DatePicker)
- Number fields (NumberField and BigDecimalField)
In addition, custom editing elements can be created.