Details
Description
Currently in a NumberTextField<N> the fields
minimum
maximum
step
are all defined as fields of generic type N.
If they were changed to IModel<N> this would allow a much more dynamic validation process.
Currently in a NumberTextField<N> the fields
minimum
maximum
step
are all defined as fields of generic type N.
If they were changed to IModel<N> this would allow a much more dynamic validation process.