Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-select
/
react.select
/
InputSpecificProps
Input
Specific
Props
external
interface
InputSpecificProps
<
Option
:
Any
,
Group
:
GroupBase
<
Option
>
>
:
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
?
select
Props
Link copied to clipboard
abstract
var
selectProps
:
SelectProps
<
Option
,
Group
>
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)