Marco Korinth

Results 3 issues of Marco Korinth

the feature was implemented for the components InputSelect and InputMultiSelect. Those were the only ones where the problem occurred to me. If there are more components affected by this issue...

Fixes https://github.com/ajv-validator/ajv-formats/issues/55 Does work for fast mode and full mode. Fix tested with this example: ajv.validate({ type: 'string', format: 'date-time' }, '2020-01-01 20:00:00.000Z')