Interface ValidationProps<ValidationProperties>

Implemented by components that allow clients to control validation.

Type Parameters

  • ValidationProperties

    The type that will be passed as context to updateCustomValidity.

Hierarchy

Properties

updateCustomValidity?: UpdateCustomValidity<ValidationProperties>

If provided the react-numeric validation will be enabled (i.e. validate will always be true).

validate?: boolean

If true the the react-numeric validation will be enabled; defaults to false. Does not need to be included if updateCustomValidity is provided.

Generated using TypeDoc