Class: Forms::Plain::TagField

Inherits:
TagField
  • Object
show all
Defined in:
lib/forms/plain/tag_field.rb

Overview

Bare tag/chip input. Inherits the ENTIRE reactive wire contract from Forms::TagField (the client behavior must still work under the plain theme) and overrides only the styling seams to ship zero daisyUI classes. The invalid state rides aria-invalid on the query input, never a color class.

Like its parent, this file autoloads only when Phlex::Reactive is present (it inherits from a ClientBindings-including class).