View Source Backpex.Fields.Textarea (Backpex v0.6.0)

A field for handling long text values.

Options

  • :placeholder - Optional placeholder value or function that receives the assigns.
  • :debounce - Optional integer timeout value (in milliseconds), "blur" or function that receives the assigns.
  • :throttle - Optional integer timeout value (in milliseconds) or function that receives the assigns.