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
While experimenting with upgrading to vaadin8 I noticed that in the annotation @FieldType the default classes for the components are hard coded. We already 'override' the value in the desktop templates for the DatePicker we use in touchkit.
Since during update I need to use the com.vaadin.v7.* I wonder if we should use the concrete class to use to the templates.
The text was updated successfully, but these errors were encountered:
While experimenting with upgrading to vaadin8 I noticed that in the annotation
@FieldType
the default classes for the components are hard coded. We already 'override' the value in the desktop templates for theDatePicker
we use in touchkit.Since during update I need to use the
com.vaadin.v7.*
I wonder if we should use the concrete class to use to the templates.The text was updated successfully, but these errors were encountered: