Actions
Bug #81975
closedBackend datepicker dont validate field after selection
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2017-07-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In issue https://forge.typo3.org/issues/81973 are a validation error with the year 2038. But you can save the date by choosing it with the datepicker. The FormEngineValidation.parseDate should be triggered after selecting a date from datepicker
The datepicker should trigger a change event after choosing a date
Files
Updated by Frank Nägler about 7 years ago
- Status changed from New to Needs Feedback
I think there is no reason to send the date to parseDate. The scope of this function is to parse user input, not the input from the DatePicker.
Updated by Frank Nägler almost 7 years ago
- Status changed from Needs Feedback to Closed
No feedback since one month, I will close the issue now.
If you think this still an issue, please reopen a new issue and refer to this issue, also please explain why you think we should change the behavior.
Actions