Sets the input rule for the text box.
By adding a check box, you can limit the character strings and numerical values to be entered and prevent human input mistakes.
①MaxLength
Sets the maximum number of characters that can be entered in the text box.
This function is enabled when the data type is String value.
②EnterableCharacters
This function allows you to enter only specific characters.
This function is enabled when the data type is String value.
If ③ProhibitedCharacters is enabled, this function cannot be enabled.
③ProhibitedCharacters
This function restricts inputting the specific characters.
This function is enabled when the data type is String value.
If ②EnterableCharacters is enabled, this function cannot be enabled.
④MinValue/⑤Input field
Specify the minimum value that can be entered.
⑥MaxValue/⑦Input field
Specify the maximum value that can be entered.