NOTE: Not to set the Charecter limit, asking for Value of the field limit
In my application I have a uitext field to enter cost of an item.
I can able to restrict the text field to enter only numeric values , that too some specific number of charecters,
But i need to restctrict the textfield to allow only some range of cost only.
i.e i need to restrict cost only 800/- only
if the user tries to type 900 or some thing more than 800 it wont allow to type anymore,
how can we achieve tis any help plese .. thanks