Closed vaadin-miki closed 11 months ago
For some reason ItemGrid does not implement nor utilise HasLabel and HasLabelPositionable.
ItemGrid
HasLabel
HasLabelPositionable
Also check if other components need a similar treatment.
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
CustomField
For some reason
ItemGrid
does not implement nor utiliseHasLabel
andHasLabelPositionable
.Also check if other components need a similar treatment.