snowstorm
Preparing search index...
components/validate-input
ValidateInputProps
Interface ValidateInputProps
interface
ValidateInputProps
{
class
?:
string
;
error
?:
string
;
hasError
?:
Accessor
<
boolean
>
;
hideArrow
?:
boolean
;
id
?:
string
;
maxLength
?:
number
;
onFocus
?:
()
=>
void
;
onSubmit
?:
()
=>
void
;
onUpdate
?:
(
value
:
string
)
=>
string
|
void
;
pending
?:
Accessor
<
boolean
>
;
placeholder
?:
string
;
tabIndex
?:
string
;
}
Index
Properties
class?
error?
has
Error?
hide
Arrow?
id?
max
Length?
on
Focus?
on
Submit?
on
Update?
pending?
placeholder?
tab
Index?
Properties
Optional
class
class
?:
string
Optional
error
error
?:
string
Optional
has
Error
hasError
?:
Accessor
<
boolean
>
Optional
hide
Arrow
hideArrow
?:
boolean
Optional
id
id
?:
string
Optional
max
Length
maxLength
?:
number
Optional
on
Focus
onFocus
?:
()
=>
void
Optional
on
Submit
onSubmit
?:
()
=>
void
Optional
on
Update
onUpdate
?:
(
value
:
string
)
=>
string
|
void
Optional
pending
pending
?:
Accessor
<
boolean
>
Optional
placeholder
placeholder
?:
string
Optional
tab
Index
tabIndex
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
error
has
Error
hide
Arrow
id
max
Length
on
Focus
on
Submit
on
Update
pending
placeholder
tab
Index
snowstorm
Loading...