handleChange

abstract fun handleChange(updater: T.() -> T)(source)

Handles a change to the form data.

Parameters

updater

A function that updates the form data.