twisty / formsy-react-components

Bootstrap components for a formsy-react form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE8 support.

wkerswell opened this issue Β· comments

commented

Will / Does this library support IE8? The current site that I am working on has a large IE8 audience and unfortunately cannot be ignored 😞

Yes, it should be okay in IE8 (although I'll add a disclaimer here that I haven't tested this extensively in that browser).

The markup generated should pretty much conform to that in Bootstrap 3 (which supports IE8). See Bootstrap browser support.

Also, you'll need the polyfills listed on the React browser support page.

commented

Thanks for the reply. Just checked out the exampl, added the shims and shams, it seems to work.
Will start using this. :)

Great, (I should probably add those shims etc. to the example). Good luck with your project.

commented

I have added them in and PR it in if you like?

That would be great, cheers.