vaadin-miki / super-fields

Some extra Vaadin 14 / 24 components that support localisation, plus (hopefully) more.
Apache License 2.0
22 stars 7 forks source link

AFTER_* label positions are incorrect for custom fields #511

Closed vaadin-miki closed 11 months ago

vaadin-miki commented 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).

Most likely caused by #493 and incorrect CssImport annotations.