You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FormItem currently provides its own properties for things like label color, font, etc, instead of the normal --vaadin-input-field-* properties used by fields.
FormItem currently provides its own properties for things like label color, font, etc, instead of the normal
--vaadin-input-field-*properties used by fields.It should be refactored to use field properties.