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

Date Picker: Mask feature does not work in IE11 #56

Closed
davezen1 opened this issue Oct 13, 2016 · 0 comments
Closed

Date Picker: Mask feature does not work in IE11 #56

davezen1 opened this issue Oct 13, 2016 · 0 comments
Assignees

Comments

@davezen1
Copy link
Contributor

davezen1 commented Oct 13, 2016

The date picker mask feature does not work in IE11.

bs_win10_ie_11 0

@tma001 tma001 self-assigned this Nov 22, 2016
tma001 added a commit that referenced this issue Nov 22, 2016
-made jQuery external dependency in webpack (looks for global / script tag)
-export cbp-theme.js as UMD module
-added polyfill for ie11 object.asign (for input mask)

See issues #24, #56
tma001 added a commit that referenced this issue Nov 28, 2016
-minify, remove comments from bundles
-reorder script imports in example example kitchen sink app
-added jQuery in 3rd party folder in example kitchen sink app
-made jQuery external dependency in webpack (looks for global / script tag)
-export cbp-theme.js as UMD module
-remove jQuery from package.json dependencies (looking for it as global script var in browser now)

see issues #24, #56, #59
davezen1 pushed a commit that referenced this issue Nov 29, 2016
* fix: webpack build and ie11 issue

-made jQuery external dependency in webpack (looks for global / script tag)
-export cbp-theme.js as UMD module
-added polyfill for ie11 object.asign (for input mask)

See issues #24, #56

* no need to track generated files

* fix: webpack build

-minify, remove comments from bundles
-reorder script imports in example example kitchen sink app
-added jQuery in 3rd party folder in example kitchen sink app
-made jQuery external dependency in webpack (looks for global / script tag)
-export cbp-theme.js as UMD module
-remove jQuery from package.json dependencies (looking for it as global script var in browser now)

see issues #24, #56, #59

* removing jQuery export as we now look to reuse global jQuery from script tag for cbp-theme

* Cleaned up, simplified, and separated README for consumers and developers. Also moved alternative installation methods (webjars/gradle) to separate file.

See issue #57.

* go back to tracking /app/kitchensink/dist for publishing purposes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Release 1.x.x
  
Done
Development

No branches or pull requests

2 participants