Actions
Task #1234
closedDataTimePicker validation base on isValidDate attribute
Start date:
08/31/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
As Radek mention in the related issue. isValidDate attribute only works when user want to pick the date, but he still can manually write other date.
Related issues
Updated by Roman Kučera over 6 years ago
- Related to Feature #1218: Add support for isValidDate attribute in DateTimePicker componnent added
Updated by Roman Kučera over 6 years ago
Added validation to validate method inside this component.
If someone will use isValidDate attribute it will automatically validate it.
Implementation in branch https://github.com/bcvsolutions/CzechIdMng/tree/rkucera/1234-DateTimePicker-validate-isValidDate
Updated by Roman Kučera over 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Roman Kučera to Radek Tomiška
Updated by Radek Tomiška over 6 years ago
- Category set to Frontend
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Roman Kučera
- Target version set to Morganite (9.2.0)
- % Done changed from 80 to 100
Thx for this feature, I did test, review and small refactoring:
https://github.com/bcvsolutions/CzechIdMng/commit/29fa1ecd247093a3802b3fd76f31e71b1a9876e8
Now is not needed to check, if given date is valid (not string), custom validation is called after standard validation.
Actions