Interface: AddInputProps
Input Component with Add Button
Properties
endAdornment
• Optional endAdornment: ReactNode
Adornment to End of Input
helptext
• Optional helptext: string
Help Text
inputAriaLabel
• inputAriaLabel: string
Input Aria Label
label
• Optional label: string
Label Text
onClick
• onClick: (text: string) => void
Type declaration
▸ (text): void
onClick Callback Function
Parameters
| Name | Type |
|---|---|
text | string |
Returns
void
placeholder
• Optional placeholder: string
Input Placeholder Text
startAdornment
• Optional startAdornment: ReactNode
Adornment to Start of Input
type
• Optional type: InputBoxTypes
HTML5 Input Type
Default Value
text