📄️ Essential Props
Essential Props - emails, onChange, and getLabel
📄️ autoComplete
The autoComplete prop facilitates automatic input completion
📄️ autoFocus
Automatically focuses on the text area when first loaded
📄️ className
Apply a custom class name to the root <div> element
📄️ enable
Controls the maximum number of emails a user can input
📄️ id
Setting a Unique Identifier with the id Prop
📄️ noClass
Add custom class name to the root <div> element
📄️ onBlur
Run function when out of focus in text area
📄️ onChangeInput
onChangeInput is triggered whenever the input field's value change
📄️ onDisabled
Call when enable function returns false
📄️ onFocus
Run function when focused in the text area
📄️ onKeyDown
onKeyDown triggers when a key is pressed
📄️ onKeyUp
onKeyUp activates when a key is released.
📄️ placeholder
Provide a guide to the text area
📄️ spinner
Spinner
📄️ style
Customize style
📄️ validateEmail
Create own validation for the email address