InputFieldMixin

class InputFieldMixin : InputFieldProperties

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

Constructors

Link copied to clipboard
fun InputFieldMixin()

Properties

Link copied to clipboard
open override val placeholder: DynamicComponentProperty<String>
Link copied to clipboard
open override val size: ComponentProperty<FormSizesStyles.() -> Style<BasicParams>>
Link copied to clipboard
open override val variant: ComponentProperty<InputFieldVariants.() -> Style<BasicParams>>