Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
TextField
Interface TextField
interface
TextField
{
customSlot
:
false
|
"formText"
;
defaultValue
:
string
;
description
?:
string
;
id
:
string
;
label
:
string
;
layout
:
{
columns
:
number
;
offset
:
number
}
;
model
:
string
;
onChangeEvent
:
RequestFormEvent
;
readOnly
:
boolean
;
type
:
FieldType
;
validation
:
{
regex
?:
{
message
?:
string
;
pattern
?:
string
}
;
required
?:
boolean
;
}
;
}
Hierarchy (
View Summary
)
CustomFormField
TextField
TextAreaField
Index
Properties
custom
Slot
default
Value
description?
id
label
layout
model
on
Change
Event
read
Only
type
validation
Properties
custom
Slot
customSlot
:
false
|
"formText"
default
Value
defaultValue
:
string
Optional
description
description
?:
string
id
id
:
string
label
label
:
string
layout
layout
:
{
columns
:
number
;
offset
:
number
}
model
model
:
string
on
Change
Event
onChangeEvent
:
RequestFormEvent
read
Only
readOnly
:
boolean
type
type
:
FieldType
validation
validation
:
{
regex
?:
{
message
?:
string
;
pattern
?:
string
}
;
required
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Slot
default
Value
description
id
label
layout
model
on
Change
Event
read
Only
type
validation
Project Home
Frodo Library - v4.0.0-24
Loading...