Is there any way to mvc tag helper jqx-number-input or js conntolr number-input bind to model.
I am trying to post form to MVC controller with model which contains decimal property
In my index I use mvc tag helper
<jqx-number-input decimal-separator="," decimal-digits="2" decimal="0" id="dugujeRoba" name="dugujeRoba" input-mode="simple" spin-buttons="false" width="100px"></jqx-number-input>
Whatever I try I can’t push my form to post value back to controller.
I did try changing decimal to double I did try using “.” as decimal separator but no success.
Firefox and Chrome do not want to POST back model with value user set.
Confusing thing is when I use jqx-date-time-input I get post-backed date value whiteout any problems.
Is there any tip why I can’t bind number input to model.