Article Details
Id:19251
Product:finPOWER Connect
Type:FIX
Version:3.04.04
Opened:27/05/2022
Closed:27/05/2022
Released:09/06/2022
Job: J028856

HTML Widgets; Entering currency symbol in front of numbers blanks the value in the field

Entering an invalid character, such as the currency symbol, into a number field, causes the value entered to be set to blank.

This was different to how Number Boxes work in finPOWER Connect desktop where the following could be entered:

  • $123.45 -> 123.45
  • 1a2 -> 12

The widget.ParseNumber() method has been updated to remove invalid characters.

NOTE: This applies to both Widgets and Portals when using the built-in NumberBox control.