I have the input text field for Double Type. We know that input text is a text, there is no double input text. So we need to convert text to Double at the backend code.
By the way, I need to enforce use to try to enter 0-9 and . So my backend code can convert the digit text to Double. [ to avoid exception ] How to do this? Is there have any plugin/library/function build for this? Then how about integer value which cannot accept dot (.)... Thanks -fsloke