New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve IndicoDateField facilities #4535
Conversation
CHANGES.rst
Outdated
- Improve ``IndicoDateField`` rendering and validators (:issue:`4535`, thanks | ||
:user:`omegak`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm not sure if it's useful... it's not really relevant for end users nor plugin developers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would still be relevant to specify that DateRange
and LinkedDate
validators have been added.
210ac2b
to
be7d5c3
Compare
Added: - DateRange validator - LinkedDate validator Improved: - IndicoDateField now renders with the React date picker
Otherwise HiddenUnless doesn't work properly
Added:
DateRange
validatorLinkedDate
validatorImproved:
IndicoDateField
now renders with the React date picker