Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2732
Max & Min value on NumericEditor bug
posted

Hello,

I have run into a problem with the Max & Min value on the NumericEditor for the igGrid.

In this jsfiddle if you enter a number larger than 100000 in the Product ID column you notice that the validator goes off.

However you can still click out of the of the input field and the Max (or Min) value will be filled in. (I can't seem to find the KeepFocus option for the NumericEditor?) 
If you click into another input of Product ID it will also take the Max (or Min) of the previous field! (See screenshot)

Is there anything I can do about this? This doesn't really work pleasantly for our users.

Thank you,

Parents
No Data
Reply
  • 15320
    Offline posted

    Hello Michael,

    Actually I can't understand what bothers you in this scenario, since I believe that the numeric editor works as expected. Please note that you've set min and max properties to the editorOptions object, hence the numeric editor will validate any value under and above these values. What I'm seeing on my side is that when for example I enter 1 000 000, the numeric editor validator displays error message and when the current cell loses focus, the entered value changes to the max value set. So 1 000 000 becomes 100 000 in the current scenario. Similar to the min value. Please find the attached images for your reference. If you need further assistance, feel free to contact me.

    Regards,

    Tsanna

    images.zip
Children