This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Radio component does not have a transformer #226
Comments
Under further investigation: It appears that IE10 is unable to see the default transformer that is in Component. Class inheritance must not be working right. |
https://babeljs.io/docs/advanced/caveats/ IE10 does not support |
Hi!
I'd go for 1), what do you think? |
I'd prefer 1. It's cleaner that way I think. |
gcanti
added a commit
that referenced
this issue
Oct 7, 2015
gcanti
added a commit
that referenced
this issue
Oct 7, 2015
Released in v0.6.8 and v0.7.4 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This only appears to be an issue in IE10 through some cross-browser testing i've been doing.
I can't mount a Radio button field as the Component's
getTransformer
method returns undefined.I believe adding a transformer to the Radio class would fix this.
The text was updated successfully, but these errors were encountered: