Sanity Library Reference Docs
Preparing search index...
sanity
index
PrimitiveInputElementProps
Interface PrimitiveInputElementProps
Hidden
interface
PrimitiveInputElementProps
{
"aria-describedby"
:
string
;
id
:
string
;
onBlur
:
FocusEventHandler
;
onChange
:
FormEventHandler
;
onFocus
:
FocusEventHandler
;
placeholder
?:
string
;
readOnly
:
boolean
;
ref
:
MutableRefObject
<
any
>
;
value
?:
string
;
}
Index
Properties
aria-
describedby
id
on
Blur
on
Change
on
Focus
placeholder?
read
Only
ref
value?
Properties
aria-
describedby
"aria-describedby"
:
string
id
id
:
string
on
Blur
onBlur
:
FocusEventHandler
on
Change
onChange
:
FormEventHandler
on
Focus
onFocus
:
FocusEventHandler
Optional
placeholder
placeholder
?:
string
read
Only
readOnly
:
boolean
ref
ref
:
MutableRefObject
<
any
>
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
describedby
id
on
Blur
on
Change
on
Focus
placeholder
read
Only
ref
value
Sanity Library Reference Docs
Loading...
Hidden