Number

Request a number in any format

ConfigurationValue
RequiredToggle on/off if required
LabelEnter a label for your number input
DelimiterEnter the punctuation to separate the numbers
Example: - → 100-000-000
BlocksEnter the number of digits per group, separated by the delimiter
Example: 3 → 100,000,000
PrefixEnter the prefix to be appended to the number
Example: $ → $100,000,000
ThousandsToggle on/off to display number in thousands
2160

Theme-able Classes

.themeable_input_generic_container {
  // styling of the generic root containing the label and the input
}

.themeable_input_number_container {
  // styling of the input number specific root containing the label and the input
}

.themeable_input_generic_label {
  // styling of the generic label 
}

.themeable_input_number_label {
  // styling of the input number specific label
}

.themeable_input_generic {
  // styling of the generic input (textbox) 
}

.themeable_input_number {
  // styling of the input number specific input (textbox)
}

.themeable_input_generic_error {
  // styling of the generic error message
}

.themeable_input_number_error {
  // styling of the input number specific error message
}