Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 941 Bytes

File metadata and controls

22 lines (15 loc) · 941 Bytes

Integer Input Component Documentation

Description

Component that renders a integer input, for users to introduce integer values.

When used in the context of an entity form, this component is usually bound to a model attribute.

Attributes

Attribute Description
value The value shown in the input.
readOnly Boolean to indicate if the rendered element is read only.
minimumValue The minimum integer value for the input.
maximumValue The maximum integer value for the input.

Events

Event Description
OnChange This event is triggered when the integer value is changed