Closed vaadin-miki closed 11 months ago
Setting a label position to AFTER_* in components that inherit from CustomField does not work properly (the label stays in front of the component, rather than move after it).
AFTER_*
CustomField
Most likely caused by #493 and incorrect CssImport annotations.
CssImport
Setting a label position to
AFTER_*
in components that inherit fromCustomField
does not work properly (the label stays in front of the component, rather than move after it).Most likely caused by #493 and incorrect
CssImport
annotations.