Input
org.terminal21.client.components.chakra.Input
case class Input(key: String, `type`: String, placeholder: String, size: String, variant: Option[String], value: String, style: Map[String, Any]) extends ChakraElement[Input], HasEventHandler, CanHandleOnChangeEvent[Input]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanHandleOnChangeEvent[Input]trait HasEventHandlertrait ChakraElement[Input]trait CEJsontrait UiElementclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Current
Attributes
- Inherited from:
- CanHandleOnChangeEvent
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- UiElement
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Attributes
- Inherited from:
- UiElement
In this article