Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Adding information about using the date type as usable date picker field#6554

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 1 commit intosymfony:2.3fromweaverryan:html5_date_widget
May 22, 2016
Merged

Adding information about using the date type as usable date picker field#6554

weaverryan merged 1 commit intosymfony:2.3fromweaverryan:html5_date_widget
May 22, 2016

Conversation

weaverryan
Copy link
Member

QA
Doc fix?no
New docs?yes-ish
Applies to2.3
Fixed ticketsn/a

We were missing details about the (probable) most common use-case with the date field. This can be tricky, because you need the input/output formats to match. I also made a few other small changes.

'widget' => 'single_text',

// do not render as type="date", to avoid HTML5 date pickers
'html5' => false,
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

btw, this is needed, otherwise your browser's native HTML5 date picker will compete/fight with the JavaScript one

@xabbuh
Copy link
Member

👍

@weaverryanweaverryan merged commitca225d4 intosymfony:2.3May 22, 2016
weaverryan added a commit that referenced this pull requestMay 22, 2016
…date picker field (weaverryan)This PR was merged into the 2.3 branch.Discussion----------Adding information about using the date type as usable date picker field| Q             | A| ------------- | ---| Doc fix?      | no| New docs?     | yes-ish| Applies to    | 2.3| Fixed tickets | n/aWe were missing details about the (probable) most common use-case with the date field. This can be tricky, because you need the input/output formats to match. I also made a few other small changes.Commits-------ca225d4 Adding information about using the date type as usable date picker field
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@weaverryan@xabbuh@wouterj

[8]ページ先頭

©2009-2025 Movatter.jp