FormTransport

works.iterative.forms.FormTransport
See theFormTransport companion object

Supplies the form element's transport attributes. The renderer emits the plain POST contract (method, action, novalidate) itself; a transport adds the attributes that route change re-renders and submissions through its own machinery instead of native navigation.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def formAttributes(postAction: String): Seq[Modifier]