InputFormMixin

class InputFormMixin : FormMixin, InputFormProperties

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

Constructors

Link copied to clipboard
fun InputFormMixin()

Functions

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

Properties

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