Table of Contents
Number
Adding #number
to the description will convert a short-answer text question into a number keypad.
Additional tags:
#minValue
(optional, default is no restriction)
Specify the minimum valid value. Invalid values will not be accepted.#maxValue
(optional, default is no restriction)
Specify the maximum valid value. Invalid values will not be accepted.#decimals
(optional, default is no restriction)
Specify the maximum number of decimals allowed.constraintMessage
(optional)
Custom message to display if the value is not between minValue and maxValue.