Backpex.Fields.Textarea (Backpex v0.16.1)
View SourceA field for handling long text values.
Field-specific options
See Backpex.Field for general field options.
:placeholder- Placeholder value or function that receives the assigns.:debounce- Timeout value (in milliseconds), "blur" or function that receives the assigns.:throttle- Timeout value (in milliseconds) or function that receives the assigns.:rows(non_neg_integer/0) - Number of visible text lines for the control. The default value is2.:readonly- Sets the field to readonly. Also see the panels guide.
Summary
Functions
Returns the schema of configurable options for this field.