This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Need support for client side validation of float and double types #2817
Closed
Description
After this change #2812, float
and double
uses type="text"
which disables the browser specific validation of number fields.
We need to add support for client side validation. One way of doing that would be to add pattern
attribute that contains a regex based on the current culture.