improvement: some improvement done for appointment and treatment shared components.
This commit is contained in:
@@ -36,7 +36,7 @@ Use when adding or changing user-visible dates/times/numbers, RTL layout, or loc
|
||||
- `fa`: Jalali display `YYYY/MM/DD` (Persian digits), parse/mask in `persianCalendar.ts`
|
||||
- `en` / `nl`: Gregorian display `YYYY-MM-DD`, parse/mask in `dateInputFormat.ts`
|
||||
- Calendar icon at **`end-3`** (matches select chevron inset); text uses **`text-start`** (logical — right in RTL, left in LTR)
|
||||
- Popup: **`CalendarDayPartsPanel`** (shared with schedule picker)
|
||||
- Popup: **`CalendarDayPartsPanel`** (shared with schedule picker); positioned via `useAnchoredPanelPosition` (fixed + viewport clamp / flip) so RTL/LTR edge fields stay on-screen
|
||||
- **Do not** add native `<input type="date">` — one component for all locales
|
||||
|
||||
**Select chevron**
|
||||
|
||||
Reference in New Issue
Block a user