Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented widgets and display all errors set on backend for the specific fields * implemented show backend errors on corresponding fields, auto select the first tab that has any errors, clear errors if user starts editing the fields * improved validation to clear error for the field that is being changed and re-validate on blur * fixed date widget for type date (date only) * fixed show errors from backend to corresponding fields * Added Changelog * Fix tests to handle boolean required fields and ModalForm * Fix guillotina tests * added locales and Changelog * prettier * added fix for comments * i18n update * prettier:fix * i18n * i18n * i18n * Fix typo * Fix cross-origin in Event: missing formData * Fix toast cleanup on request error * removed dateOnly prop from Form * removed prop type for value in SelectWidget * yarn run prettier * DatetimeWidget cleanup * DatetimeWidget dateOnly condition includes received from prop * Fix field validation with SchemaWidget * Cleanup URL, Email, Text, Password widgets * Update Email, Password, URL Widgets tests * i18n * Revert TextWidget as now we have dedicated Number Widget * Handle NumberWidget validation * Revert SelectWidget imports re-order * SelectWidget fixes * Cleanup password widget * Revert re-order imports PasswordWidget * Cleanup NumberWidget * Cleanup NumberWidget * yarn i18n * yarn i18n Co-authored-by: Alex Medesan <alex.medesan@gmail.com>
- Loading branch information