Packages

case class FormProps(isValid: Boolean, dirty: Boolean, values: Value, errors: Errors, touched: Touches, isValidating: Boolean, isSubmitting: Boolean, submitCount: Int, didMount: Boolean, handlers: FormHandlers, actions: FormActions, initialValue: Value) extends Product with Serializable

Props passed to the child component.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormProps
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormProps(isValid: Boolean, dirty: Boolean, values: Value, errors: Errors, touched: Touches, isValidating: Boolean, isSubmitting: Boolean, submitCount: Int, didMount: Boolean, handlers: FormHandlers, actions: FormActions, initialValue: Value)

Value Members

  1. val actions: FormActions
  2. val didMount: Boolean
  3. val dirty: Boolean
  4. val errors: Errors
  5. val handlers: FormHandlers
  6. val initialValue: Value
  7. val isSubmitting: Boolean
  8. val isValid: Boolean
  9. val isValidating: Boolean
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. val submitCount: Int
  12. val touched: Touches
  13. val values: Value