Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
FieldNameInputProps
Interface FieldNameInputProps
interface
FieldNameInputProps
{
value
:
string
;
className
?:
string
;
placeholder
?:
string
;
editable
?:
boolean
;
required
?:
boolean
;
autoFocus
?:
boolean
;
onChange
?:
(
value
:
string
)
=>
void
;
onEnter
?:
(
value
:
string
)
=>
void
;
onEsc
?:
(
value
:
string
)
=>
void
;
onFocus
?:
(
value
:
string
)
=>
void
;
onBlur
?:
(
value
:
string
)
=>
void
;
}
Index
Properties
value
class
Name?
placeholder?
editable?
required?
auto
Focus?
on
Change?
on
Enter?
on
Esc?
on
Focus?
on
Blur?
Properties
value
value
:
string
Optional
class
Name
className
?:
string
Optional
placeholder
placeholder
?:
string
Optional
editable
editable
?:
boolean
Optional
required
required
?:
boolean
Optional
auto
Focus
autoFocus
?:
boolean
Optional
on
Change
onChange
?:
(
value
:
string
)
=>
void
Optional
on
Enter
onEnter
?:
(
value
:
string
)
=>
void
Optional
on
Esc
onEsc
?:
(
value
:
string
)
=>
void
Optional
on
Focus
onFocus
?:
(
value
:
string
)
=>
void
Optional
on
Blur
onBlur
?:
(
value
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
class
Name
placeholder
editable
required
auto
Focus
on
Change
on
Enter
on
Esc
on
Focus
on
Blur
Console
SDK
REST API
Membrane React - v0.2.1
Loading...