TextBox.setRestrictedSymbols

Syntax

setRestrictedSymbols(value: Array || RegExp);

Parameters

value. Array or regular expression that determines forbidden input characters.

Description

The setRestrictedSymbols method sets the list of restricted characters.

Example

The property use is given in the page with description of the TextBox.applyValidCSS method.

See also:

TextBox