Number

Request a number in any format

Configuration

Value

Required

Toggle on/off if required

Label

Enter a label for your number input

Delimiter

Enter the punctuation to separate the numbers
Example: - → 100-000-000

Blocks

Enter the number of digits per group, separated by the delimiter
Example: 3 → 100,000,000

Prefix

Enter the prefix to be appended to the number
Example: $ → $100,000,000

Thousands

Toggle on/off to display number in thousands

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
}