TextareaProps Interface

Properties for Textarea component

Extends

  • TextareaHTMLAttributes<HTMLTextAreaElement>
  • CommonProps

Properties

Name Type Description
ref undefined | Ref<HTMLTextAreaElement> Provides ability to return reference to HTMLInputElement  
rows undefined | number Number of textarea rows.  
setFocus undefined | boolean Indicates whether to set focus to the textarea element  

Defined in

Last Updated: 29 November, 2022