@formstack/forms-renderer
Preparing search index...
IFieldDateTime
Interface IFieldDateTime
interface
IFieldDateTime
{
maxDate
:
string
;
minDate
:
string
;
requireConfirmation
?:
boolean
;
required
?:
boolean
;
shouldForceSkipValidation
?:
boolean
;
timeFormat
?:
string
;
timeSteps
?:
{
hours
:
number
;
minutes
:
number
;
seconds
:
number
}
;
type
?:
string
;
usePageBreak
?:
boolean
;
value
:
Date
;
}
Hierarchy
IFieldOptions
IFieldDateTime
Index
Properties
max
Date
min
Date
require
Confirmation?
required?
should
Force
Skip
Validation?
time
Format?
time
Steps?
type?
use
Page
Break?
value
Properties
max
Date
maxDate
:
string
min
Date
minDate
:
string
Optional
require
Confirmation
requireConfirmation
?:
boolean
Optional
required
required
?:
boolean
Optional
should
Force
Skip
Validation
shouldForceSkipValidation
?:
boolean
Optional
time
Format
timeFormat
?:
string
Optional
time
Steps
timeSteps
?:
{
hours
:
number
;
minutes
:
number
;
seconds
:
number
}
Optional
type
type
?:
string
Optional
use
Page
Break
usePageBreak
?:
boolean
value
value
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Date
min
Date
require
Confirmation
required
should
Force
Skip
Validation
time
Format
time
Steps
type
use
Page
Break
value
@formstack/forms-renderer
Loading...