--- breadcrumb: - Guides - Forms - Inputs - Number summary-visible: false keywords: - form - input - number --- # Number ## Description - Class for this input: `Berlioz\Form\Type\Number` - HTML equivalent: `` ## Additional options No additional than [commons options](inputs.md#common-options). ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |---------|---------------|---------------|-------------| | **max** | integer/float | *none* | Max value | | **min** | integer/float | *none* | Min value |