Hi Team,
in igNumericEditor we have min and max range if it not met the criteria for example
if range is 2 to 10
i have enter 1 it is showing the message but if going out of that control it is rounding off to 2 because min value is 2
same case if i enter 12 it will be rounding off to 10 if i lost the focus.
So here can we do show the error message with no change in the value in the field
like this if i enter the 1 it need to show Please enter with in the range if i lost the focus also dont round the value (Place same 1 in the field) and show the error message can we do this like a required field.
Because if lost focus also the message will shown to us.
Thanks & Regards,
Jaswanth
Is this feature present now and can I change the varning message being shown after validation
Hi Jaswanth,
The ability for minValue and maxValue options to allow for enabling validation without changing the value to be within range of these properties has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at < http://ideas.infragistics.com/forums/211535-ignite-ui >.
Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back to this thread for additional details.
Hi Jose,
Thanks for your reply.
This will not help becauese it will let allow user to come out right.
we need to give user to come our and need to show error message.
Thanks,
Jaswanth.
Hi Jaswanth Tene,
I believe the best way for you to overcome this would be to keep focus on the control until the validation requirement is met.
Here is a sample of what I am proposing:http://jsfiddle.net/mr7kv7dd/3/
Please let me know if this works for you. If not, I can investigate an alternative approach.