ValueController

com.raquo.laminar.inputs.ValueController
See theValueController companion object
class ValueController[A, B](initialValue: A, getDomValue: Element => A, setDomValue: (Element, A) => Unit, element: Base, updater: KeyUpdater[Base, HtmlProp[A, _], A], listener: EventListener[_ <: Event, B])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
In this article