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 Edit Not working in IE #865

Open
BharahthyKannan opened this issue Mar 18, 2019 · 6 comments
Open

Date Edit Not working in IE #865

BharahthyKannan opened this issue Mar 18, 2019 · 6 comments

Comments

@BharahthyKannan
Copy link

BharahthyKannan commented Mar 18, 2019

Hi ,In our react we are trying to do the Date field edit. It is working fine in the Chrome but not in IE.
tried the same with story book in IE, getting the same issue . Is this expected that or i am missing something.

image
editissue

IE VERSION : 11

@AllenFang
Copy link
Member

@BharahthyKannan, it's expected issue, because https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date is not compatible on all browser. it's just a quick implement for this feature(Date editor), so far the workaround is you probably need to custom the date editor. I will spend some time to fix this issue. thanks

@BharahthyKannan
Copy link
Author

@AllenFang i tried customizing the date editor , still it is not consistent in IE. especially the date picker part.
Any pointers, if you could fix this in the package as early as possible then it would be really helpful as most of the tables in our project we decided to use this component

@AllenFang
Copy link
Member

AllenFang commented Mar 28, 2019

@BharahthyKannan so far I'm quite busy on my work so not sure about the time estimation. In my opinion, this issue eventually will fix but for IE case currently, so I will suggest you to implement a custom editor, you can use any third party date editor which is support IE. that will be the best workaround so far.

anyway., I don't like IE so much, they always behind the standards... lololol

@BharahthyKannan
Copy link
Author

@AllenFang I re tried with react date picker in custom editor. It worked well in IE. Thanks for your suggestion .

@iki202
Copy link

iki202 commented Jan 8, 2020

@BharahthyKannan could you kindly share your code here?

@moniqueboea
Copy link

@AllenFang I re tried with react date picker in custom editor. It worked well in IE. Thanks for your suggestion .

@BharahthyKannan Can you share what you did? Thanks

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

No branches or pull requests

4 participants