
Available types of Input component
- Text: Captures single-line text or alphanumeric input, such as customer names, notes, or reference codes.
- Date: Captures a calendar date without time, such as delivery dates or expiry dates. Uses the
dd/mm/yyyyformat. - Date Time: Captures both date and time in one field, such as appointment schedules or task timestamps.
- Time: Captures time-only values, such as opening and closing hours.
- Number: Captures numeric values only, such as quantities, weights, or counts.
- Address: Captures a physical or delivery address as a free-form text input.
- Coordinate: Captures GPS coordinates (latitude and longitude) for location tracking.
- Phone Number: Captures a phone number with the appropriate format.
- URL: Captures a website address with URL format validation.
- Currency: Captures monetary values, such as prices or costs.