I have created an input i html to pass double value into the controller:
The Controller method has the parameter, double value)
But it is only working with integer value in the input field anyway. If a value of 88.9 is typed into the input field above it pass 0 to the controller, why?
How to pass double parameter from html input to the controller?