Article Details
Id:19948
Product:finPOWER Connect
Type:NEW
Version:4.00.01
Opened:08/02/2023
Closed:08/02/2023
Released:20/03/2023
Job: J030443
High Importance
Breaking Change

HTML Widgets; TextBox control; spellCheck option now defaults to true for multi-line TextBoxes

The widget.UI.TextBox control has a "spellCheck" creation option. Previous, this defaulted to false and had to manually be set to true to enable the web browser's spellcheck functionality.

This has been updated so "spellCheck" now defaults to null. For a multi-line TextBox, this will automatically enable spell checking without having to manually specify a value.

To disable spell checking for multi-line TextBoxes, you must now specify "spellCheck" as false.