-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementImprovement to existing functionality or new capabilities.Improvement to existing functionality or new capabilities.rendererRelated to the TypeScript/React renderer.Related to the TypeScript/React renderer.
Description
When Input(input_type="date") or Input(input_type="time") is used, it renders the browser's native date/time picker, which looks out of place next to Prefab's styled Calendar and DatePicker components.
These input types should render Prefab's own date picker components instead of falling back to the browser defaults. This would give a consistent look and feel across all date selection UI, and let users benefit from the same theming, styling, and reactive state system.
Affected types: date, time, datetime-local.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionality or new capabilities.Improvement to existing functionality or new capabilities.rendererRelated to the TypeScript/React renderer.Related to the TypeScript/React renderer.