toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-select
/
react.select
/
InputSpecificProps
Input
Specific
Props
external
interface
InputSpecificProps
:
Props
(
source
)
Members
Properties
form
Link copied to clipboard
abstract
var
form
:
String
?
inner
Ref
Link copied to clipboard
abstract
var
innerRef
:
RefCallback
<
HTMLInputElement
>
?
Reference to the internal element
input
Class
Name
Link copied to clipboard
abstract
var
inputClassName
:
ClassName
?
is
Disabled
Link copied to clipboard
abstract
var
isDisabled
:
Boolean
?
is
Hidden
Link copied to clipboard
abstract
var
isHidden
:
Boolean
key
Link copied to clipboard
abstract
var
key
:
Key
?
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)