mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

Fix issue #789 #803

Closed rubenarakelyan closed 9 years ago

rubenarakelyan commented 9 years ago

This commit fixes issue #789 where YYYY and YYYY-MM dates cannot be entered. This is because type="date" expects a full date in the input box. Changing to the more generic type="text" allows incomplete dates. Dates can then be validated on the server side.

chrismytton commented 9 years ago

@rubenarakelyan This is great, thanks! :sparkles:

chrismytton commented 9 years ago

@rubenarakelyan This has now been put live :+1: