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

There is no date picker displaying on the Date Field in IE 11 #648

Closed
Amy518 opened this issue Oct 20, 2017 · 3 comments
Closed

There is no date picker displaying on the Date Field in IE 11 #648

Amy518 opened this issue Oct 20, 2017 · 3 comments
Labels

Comments

@Amy518
Copy link

Amy518 commented Oct 20, 2017

Description: The date picker for calendar is not showing up in the Date Field

Environment Details: IE 11

  • formBuilder Version: 2.5.3
  • Browser: IE 11
  • OS: Windows 8

Expected Behavior It is supposed to display as in Chrome

Actual Behavior

Steps to Reproduce

Screenshot - (optional)

@Amy518
Copy link
Author

Amy518 commented Oct 20, 2017

image

@kevinchappell
Copy link
Owner

formBuilder had at one point a polyfill for this but it was removed because it added too much to filesize. Anyone that still needs this can use jquery ui datepicker or similar

$( 'input[type="date"]' ).datepicker();

kevinchappell added a commit that referenced this issue Nov 6, 2018
kevinchappell added a commit that referenced this issue Nov 6, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves #678

resolves #648
@kevinchappell
Copy link
Owner

🎉 This issue has been resolved in version 2.10.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

kevinchappell added a commit that referenced this issue Nov 6, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves #678

resolves #648
pfranza pushed a commit to pfranza/formBuilder that referenced this issue Nov 21, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves kevinchappell#678

resolves kevinchappell#648
kevinchappell added a commit that referenced this issue Dec 12, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves #678

resolves #648
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants