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

Does IE support proxies? #1

Open
johnrom opened this issue May 20, 2019 · 6 comments
Open

Does IE support proxies? #1

johnrom opened this issue May 20, 2019 · 6 comments
Labels
question Further information is requested

Comments

@johnrom
Copy link
Owner

johnrom commented May 20, 2019

Question by @Andreyco

@johnrom johnrom added the question Further information is requested label May 20, 2019
@x2764tech
Copy link

No, but pollyfills exists and documentation should probably be updated to point to these.

@johnrom
Copy link
Owner Author

johnrom commented Nov 30, 2019

Thanks! I'll take a look when I get around to updating this to Formik v2

@johnrom
Copy link
Owner Author

johnrom commented Dec 10, 2019

If I'm not mistaken, only extremely rudimentary Proxy polyfills exist for pre-ES6 browsers. Were you able to get this project working with IE @x2764tech ?

A lot of the descriptions I've read say that polyfills can only work on something where the keys are known ahead of time -- aka something like this project wouldn't work since you can use any.field.name.you.want. I'm going to look a little deeper today as I do need IE11 support for a project, but any insight you can provide would be helpful.

@x2764tech
Copy link

@johnrom TBH I've not had to look into this too deeply yet... Was just doing a bit of research into Formik when I came across this issue and decided to have a look.

@johnrom
Copy link
Owner Author

johnrom commented Dec 13, 2019

Formik itself is fine. Unfortunately I had to stop using this project because I need IE11 support and there isn't a polyfill method I could find that would support this technique. :/

One day when I can drop IE11 support, I'll get back to this project, as it was super helpful in building out dozens of forms.

@johnrom
Copy link
Owner Author

johnrom commented Dec 13, 2019

I've updated the readme to acknowledge that I won't be actively working on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants