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.
While experimenting with upgrading to vaadin8 I noticed that in the annotation
@FieldTypethe default classes for the components are hard coded. We already 'override' the value in the desktop templates for theDatePickerwe 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.