value- Type
string- Default
""- Description
- Time string formatted as HH:MM.
Search for a command to run...
Components / Inputs
நேரத் தேர்வி
Time Pickers allow users to select specific times (hours, minutes, and AM/PM periods) inside forms. Designed to support clean keyboard entries and touch precision.
நேரத் தேர்விகள் படிவங்களில் குறிப்பிட்ட நேரத்தை (மணி, நிமிடம் மற்றும் முற்பகல்/பிற்பகல்) தேர்வு செய்ய உதவும்.
3 parts documented for implementation and review.
<input>Numeric input fields capped at [1-12] or [0-23] for hours, and [0-59] for minutes. Supports immediate keyboard entry and auto-focus jumps.
<button>Toglable indicator for AM/PM periods (translated to 'மு.ப' / 'பி.ப' in Tamil layouts).
Visual separator between hours and minutes.
valuestring""use24HourbooleanfalseonChange(time: string) => void| Prop | Type | Default | Description |
|---|---|---|---|
value | string | "" | Time string formatted as HH:MM. |
use24Hour | boolean | false | Use 24-hour military clock structure. |
onChange | (time: string) => void | - | Time selection callback. |
Clear labels like 'மு.ப / AM' protect against cultural confusion in local government service bookings.
'மு.ப / AM' போன்ற தெளிவான லேபிள்கள் நேரக்குழப்பத்தைத் தவிர்க்க உதவும்.
Enforcing users to type ':' manually adds keyboard friction and form entry validation errors.
':' குறியீட்டை தட்டச்சு செய்ய வைப்பது படிவப் பிழைகளுக்கு வழிவகுக்கும்.