FormTransport

works.iterative.forms.FormTransport
See theFormTransport companion trait
object FormTransport

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

HTMX wiring: the form posts itself and swaps its own outerHTML on committed changes.

HTMX wiring: the form posts itself and swaps its own outerHTML on committed changes.

Attributes

val rerenderSelectors: List[String]

Only committed-choice controls trigger a re-render: replacing the form on text-field change would wipe values typed while the request was in flight. Every transport renders this one list into its own trigger syntax.

Only committed-choice controls trigger a re-render: replacing the form on text-field change would wipe values typed while the request was in flight. Every transport renders this one list into its own trigger syntax.

Attributes