src/components/form/form-input.tsximport { inputBaseStyles } from './utils'import { DatePickerInput } from './date-picker'import { TimePickerInput } from './time-picker'// ============================================================================// FormInput Component// ============================================================================export type FormInputProps = {id?: stringname: stringtype?: React.HTMLInputTypeAttributeplaceholder?: stringautoComplete?: stringrequired?: booleanhidden?: booleandefaultValue?: stringclassName?: stringlabel?: string/** DatePicker: Disable navigating to past months */
Showing the first 20 lines.
Get full code