hello,
In input field text i want to add ".00" to the existing data.
example: "20" should automatically be converted
to "20.00"
how to do this?
how to ristrict that inputfield that should allow only numbers not any other charecters?
hello,
In input field text i want to add ".00" to the existing data.
example: "20" should automatically be converted
to "20.00"
how to do this?
how to ristrict that inputfield that should allow only numbers not any other charecters?
Hello! Use JS to do that. Check entered symbols and add .00 in the end.
i am new to js.will you guide me how to write js for that?
Sorry, but custom JS is outside the scope of our support.