Hi,

i would like to enable float values in my form (without validation error).
But it's not possible for me.

If i add this input markup

<input type="number" step="any" wicket:id="myNumber" />

and assign a

new NumberTextField<Double>("myNumber", numberModel);

the resulting markup is

<input type="number" id="myNumber1" />

So i'm not able to get a valid form submit with a value of 12.5 because 
step="any" has been removed
(NumberTextField@190).

The NumberTextField.setStep is also unusable because it uses a Number parameter
which is "any" obviously not :-).

is there another workaround or is a ticket required?

Thanks for your support
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to