FormMixin

open class FormMixin : FormProperties

Default implementation of the FormProperties interface in order to apply this as mixin for a component

Constructors

Link copied to clipboard
fun FormMixin()

Functions

Link copied to clipboard
open fun enabled(value: Boolean)
open fun enabled(value: Flow<Boolean>)

Properties

Link copied to clipboard
open override val disabled: DynamicComponentProperty<Boolean>

Inheritors

Link copied to clipboard