MishkaChelekom.Components.TextareaField (AshFormBuilder v0.4.0)

View Source

Functional fallback for MishkaChelekom TextareaField. Generate with mix mishka.ui.gen.component textarea_field to override.

Summary

Functions

textarea_field(assigns)

Attributes

  • field (Phoenix.HTML.FormField) (required)
  • label (:string) - Defaults to nil.
  • placeholder (:string) - Defaults to nil.
  • required (:boolean) - Defaults to false.
  • hint (:string) - Defaults to nil.
  • errors (:list) - Defaults to [].
  • class (:string) - Defaults to nil.
  • wrapper_class (:string) - Defaults to nil.
  • rows (:any) - Defaults to 3.
  • color (:string) - Defaults to nil.
  • variant (:string) - Defaults to nil.
  • Global attributes are accepted.