Hex Core JS
Preparing search index...
Forms
DateTimeFieldInputProps
Type Alias DateTimeFieldInputProps
DateTimeFieldInputProps
:
{
autoFocus
?:
boolean
;
closeCalendarOnSelect
?:
boolean
;
disabled
?:
boolean
;
id
?:
string
;
inline
?:
boolean
;
invalid
?:
boolean
;
max
?:
string
|
null
;
min
?:
string
|
null
;
name
?:
string
;
onBlur
?:
()
=>
void
;
onFocus
?:
()
=>
void
;
openCalendarOnFocus
?:
boolean
;
placeholder
?:
string
;
precision
?:
DateTimePrecision
;
setValue
:
SetStateFunction
<
DateTimeFieldValue
>
;
sideEffect
?:
(
v
:
DateTimeFieldValue
)
=>
void
;
value
:
DateTimeFieldValue
;
withPreview
?:
DateTimeInputWithPreviewOption
;
}
&
Partial
<
ClassNameProps
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...