Preparing search index...
The search index is not available
@pr0gramm/design-system
@pr0gramm/design-system
ControlledSingleSelectProps
Interface ControlledSingleSelectProps
interface
ControlledSingleSelectProps
{
autoComplete
?:
string
;
autoFocus
?:
boolean
;
children
?:
ReactNode
;
defaultValue
?:
string
;
disabled
?:
boolean
;
multiple
?:
false
;
name
?:
string
;
onChange
:
(
value
:
string
)
=>
void
;
required
?:
boolean
;
size
?:
"medium"
|
"small"
|
"large"
;
value
:
string
;
}
Hierarchy (
View Summary
)
UncontrolledSingleSelectProps
ControlledSingleSelectProps
Index
Properties
auto
Complete?
auto
Focus?
children?
default
Value?
disabled?
multiple?
name?
on
Change
required?
size?
value
Properties
Optional
auto
Complete
autoComplete
?:
string
Optional
auto
Focus
autoFocus
?:
boolean
Optional
children
children
?:
ReactNode
Optional
default
Value
defaultValue
?:
string
Optional
disabled
disabled
?:
boolean
Optional
multiple
multiple
?:
false
Optional
name
name
?:
string
on
Change
onChange
:
(
value
:
string
)
=>
void
Optional
required
required
?:
boolean
Optional
size
size
?:
"medium"
|
"small"
|
"large"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Complete
auto
Focus
children
default
Value
disabled
multiple
name
on
Change
required
size
value
@pr0gramm/design-system
Loading...