XrmPortalJS icon indicating copy to clipboard operation
XrmPortalJS copied to clipboard

setNumberRange on currency fields

Open improving-jeffd opened this issue 9 months ago • 0 comments

The setNumberRange function fails to validate correctly on currency fields. This is due to the implicit conversion, used when comparing the result of getValue from the Control to the min/max values provided, breaks on the existence of '$' and/or ',' characters.

improving-jeffd avatar Apr 21 '25 18:04 improving-jeffd