Packages

t

react.bootstrap

IFormControlProps

trait IFormControlProps extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IFormControlProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val as: UndefOr[|[|[As, ReactJSComponent], String]]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Annotations
    @JSOptional()
  3. val componentClass: UndefOr[String]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val id: UndefOr[String]
    Annotations
    @JSOptional()
  6. val isInvalid: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val isValid: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. val onChange: UndefOr[Function1[Any, Unit]]
    Annotations
    @JSOptional()
  10. val placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val size: UndefOr[Size]
    Annotations
    @JSOptional()
  13. def toLocaleString(): String
    Definition Classes
    Object
  14. val type: UndefOr[FormControlType]

    Relevant if as = input

    Relevant if as = input

    Annotations
    @JSOptional()
  15. val value: UndefOr[Any]
    Annotations
    @JSOptional()
  16. def valueOf(): Any
    Definition Classes
    Object