I searched on the forum but didn't find the correct answer. What I am trying is
- Textbox which accepts decimal numbers, so user should be able to enter either 0 or 1 decimal point ie. dot(.)
- at the max 5 digits before the dot and at the max 5 digits after the dot
- no other character should be allowed, but arrow keys and other keys like f1 f2 should work
eg. it should be valid for following 12345 12345.1 12345.12345 1.12345 .12345
Need help in making this textbox.