Skip to contents

Usage

TextareaAutosize(...)

Arguments

...

Props to pass to the component.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.

Details

  • maxRows number| string
    Default is - Maximum number of rows to display.

  • minRows number| string
    Default is 1 Minimum number of rows to display.