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
480
Value if min or max is reached
posted

Is it possible to set the return value if the user puts in a value above or below the set min/max?  I don't want the box to reset to the defaulted value if the user enters above or below the min/max set values.  In verson 10.3

Parents
No Data
Reply
  • 37874
    posted

    Hello conrad1209,

     

    It seems that the “Value” and “Text” properties of WebCurrencyEditor are linked, thus modifying the one property would change the other, too. So in this case I would suggest a possible workaround – when getting the value from the editor, just check if it is greater or less than certain limits and change it accordingly.

     

    Please let me know if you have further questions.

Children