frontend
Preparing search index...
components/features/forms/formfieldsel
FieldProps
Type Alias FieldProps
type
FieldProps
=
{
inputName
:
string
;
isPassword
?:
boolean
;
label
?:
string
;
message
?:
string
;
required
?:
boolean
;
size
?:
Responsive
<
"1"
|
"2"
|
"3"
>
;
}
Index
Properties
input
Name
is
Password?
label?
message?
required?
size?
Properties
input
Name
inputName
:
string
Optional
is
Password
isPassword
?:
boolean
Optional
label
label
?:
string
Optional
message
message
?:
string
Optional
required
required
?:
boolean
Optional
size
size
?:
Responsive
<
"1"
|
"2"
|
"3"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
Name
is
Password
label
message
required
size
frontend
Loading...