@sheerid/jslib
Preparing search index...
CustomFormFieldConfig
Interface CustomFormFieldConfig
interface
CustomFormFieldConfig
{
disabled
?:
boolean
;
fieldId
:
string
;
fieldType
:
"text"
|
"checkbox"
|
"date"
|
"radio"
|
"select"
|
"dateYm"
;
hidden
?:
boolean
;
options
?:
string
[]
;
required
?:
boolean
;
requireIfOptional
?:
boolean
;
showPlaceholderAndHideLabel
?:
boolean
;
validate
:
(
value
:
string
|
boolean
)
=>
string
;
}
Hierarchy (
View Summary
)
FormFieldConfig
CustomFormFieldConfig
Index
Properties
disabled?
field
Id
field
Type
hidden?
options?
required?
require
If
Optional?
show
Placeholder
And
Hide
Label?
validate
Properties
Optional
disabled
disabled
?:
boolean
field
Id
fieldId
:
string
field
Type
fieldType
:
"text"
|
"checkbox"
|
"date"
|
"radio"
|
"select"
|
"dateYm"
Optional
hidden
hidden
?:
boolean
Optional
options
options
?:
string
[]
Optional
required
required
?:
boolean
Optional
require
If
Optional
requireIfOptional
?:
boolean
Optional
show
Placeholder
And
Hide
Label
showPlaceholderAndHideLabel
?:
boolean
validate
validate
:
(
value
:
string
|
boolean
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
field
Id
field
Type
hidden
options
required
require
If
Optional
show
Placeholder
And
Hide
Label
validate
@sheerid/jslib
Loading...