Does anyone know of a way to restrict a user from entering a number over 100 into a textinput field in flex?
i.e. a user can enter any number between and including 0-100 but not 101
Thanks in advance for any advice!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have to check it manually, if this is your code
and this is the callback
I haven’t tried it but it should work