Even though still badly supported we want to migrate web/GWT port so that numeric inputs such as UiWidgetIntegerField, etc. are using HTML5 input types such as number. As an advanced challenge we want to set min and max values automatically from JSR 303 annotations (@Min, @DecimalMin, @Max, @DecimalMax) via data binding.
Even though still badly supported we want to migrate web/GWT port so that numeric inputs such as UiWidgetIntegerField, etc. are using HTML5 input types such as number. As an advanced challenge we want to set min and max values automatically from JSR 303 annotations (@Min, @DecimalMin, @Max, @DecimalMax) via data binding.