tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Fix IE10 dataTable select not able to use HTML5 data attributes #457

Closed awjreynolds closed 7 years ago

awjreynolds commented 7 years ago

Using react-mdl dataTable on IE10 noticed the select was failing as IE10 does not support data attributes. This ensures that it uses the 'old' way of getting attributes.

tleunen commented 7 years ago

Thanks @awjreynolds