Skip to content
On this page

RequiredInputMixin

RequiredInputMixin implements BasicInputMixin and extends it to make that an input component can be required or not, providing some validation.

Props

  • required if component is mandatory to being able to submit its parent Form. Type Boolean, default true.