Package Exports
- material-ui-form
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (material-ui-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
install
npm install --save material-ui-form
features
- supports nested material-UI and custom form input components
- takes care of state
- takes care of validation (uses validator.js natively)
- allows to extend/overwrite validation messages and validators separately
- allows to pass a custom validation function
- allows to pass validations to the form (ie server errors)
example
run npm run start:dev