The numerical input allows creators to enter numeric values in a dedicated field with optional currency or unit indicators. It’s perfect for collecting prices, quantities, measurements, or any numeric data that benefits from contextual prefixes or suffixes. The input provides a clean interface optimized for numerical data entry.Documentation Index
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.

Compatibility
| Plugin type | Availability | Additional notes |
|---|---|---|
| Content blocks | ||
| Media source |
Properties
numericalInput - the type of the componentA unique internal-only identifier that is posted to an app’s plugin server to share values inputted by the creator
Creator-facing identifier that is shown in the plugin environment
Text or symbol displayed before the input field (e.g., ”$” for currency). Maximum 5 characters. Cannot be used with
append.Text or symbol displayed after the input field (e.g., “lbs” for weight). Maximum 5 characters. Cannot be used with
prepend.Maximum value allowed
Minimum value allowed
Default numeric value when the component first loads
Determines whether the creator must enter a value before proceeding
Brief creator-facing explanation that clarifies the component’s purpose and usage. (256 character limit. Supports markdown:
[text](url), **bold**, and *italic*)Allows for the field to be shown conditionally. dependent on other fields. See dependencies page for more details.
Important Notes
- Either
prependorappendmust be provided, but not both - The placeholder is automatically set to “0” and cannot be customized
- Input accepts decimal numbers and automatically validates numeric format