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

All components should have custom tag names and default templates #493

Closed vaadin-miki closed 11 months ago

vaadin-miki commented 11 months ago

For some reason ItemGrid does not implement nor utilise HasLabel and HasLabelPositionable.

Also check if other components need a similar treatment.

vaadin-miki commented 11 months ago

apparently you can only have one of the two: a custom tag or the default html template of CustomField, this can be fixed by creating dummy templates for every CustomField implementation