trait IFormControlProps extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IFormControlProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val as: UndefOr[|[|[As, ReactJSComponent], String]]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val componentClass: UndefOr[String]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val id: UndefOr[String]
- Annotations
- @JSOptional()
- val isInvalid: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isValid: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function1[Any, Unit]]
- Annotations
- @JSOptional()
- val placeholder: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val size: UndefOr[Size]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[FormControlType]
Relevant if as = input
Relevant if as = input
- Annotations
- @JSOptional()
- val value: UndefOr[Any]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object