Skip to content

RestrictedTextField v1.1

Compare
Choose a tag to compare
@kloverde kloverde released this 16 Nov 04:08
  • Fixes for money types
  • All money types automatically format on blur: values will be updated, if necessary, to always end in a period followed by two digits
  • Fixed issue with the int types which considered a negative sign by itself to be a valid value
  • Relaxed the int and float types/subtypes, and added strict versions of each. The relaxed versions accept leading/trailing zeros and negative zero; the strict versions do not.
  • Added a logging callback function as a configurable option
  • Throws an exception if invoked on something other than an input element
  • Added Selenium unit tests