Skip to content
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

Fixes #180: Added support for the date string format. #182

Merged
merged 1 commit into from
May 3, 2016

Conversation

n1k0
Copy link
Collaborator

@n1k0 n1k0 commented May 3, 2016

This adds support for the "date" json schema string format, which is supported by the jsonschema lib and provide a much more convenient way to describe dates comparatively to datetimes.

This also updates the AltDateWidget behavior accordingly.

/cc @kaihendry
r=? @Natim @glasserc @leplatrem

}, uiSchema});

expect(node.querySelector("[type=date]").id)
.eql("root");
});

it("should accept a valid entered datetime", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: date

@n1k0
Copy link
Collaborator Author

n1k0 commented May 3, 2016

I'm landing this.

@n1k0 n1k0 force-pushed the 180-date-format-compliance branch from 6ab42f5 to 2ca8cdc Compare May 3, 2016 15:59
@n1k0 n1k0 merged commit 210a944 into master May 3, 2016
@n1k0 n1k0 deleted the 180-date-format-compliance branch May 3, 2016 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants