Data type (Validator)

This checks whether the value of the element is of the specified data type (e.g. integer).

Available data types

Data type name

Explanation

Integer

A positive or negative numeric value without decimal places. Example: '52 'would be valid, but '5,1' would not.

Number

Any numeric value. Example: '5' or '5.1' or '-5'