Input properties
Summary
Props table
Parameter |
Type |
Default |
---|---|---|
string |
/ |
|
string |
/ |
|
boolean |
false |
|
(newValue: string) => void |
() => {} |
Props list
value
Type |
Default |
---|---|
string |
/ |
text input value
placeholder
Type |
Default |
---|---|
string |
/ |
label showed when no value is set
readOnly
Type |
Default |
---|---|
boolean |
false |
if true, component value can only be set with value
parameter
onChange
Type |
Default |
---|---|
(newValue: string) => void |
() => {} |
Callback triggered when Input component input value is changed by the user