You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
fix(editors): add saveOutputType to finally have proper save format (#535)
- we now have 3 available types to use with the Date Editors formatting
1. `type` (data input format),
2. `outputType` (picker display format)
3. `saveOutputType` (save format)
it('should apply the value to the startDate property with a field having dot notation (complex object) that passes validation',()=>{
242
+
it('should apply the value to the startDate property with "outputType" format with a field having dot notation (complex object) that passes validation',()=>{
// do nothing, Flatpickr is a little too sensitive and will throw an error when provided date is lower than minDate so just disregard the error completely
117
116
}
@@ -174,26 +173,33 @@ export class DateEditor implements Editor {
0 commit comments