Michael Matuzak
Michael Matuzak
fixes https://github.com/emkay/material-ui-table-edit/issues/16
probably a good candidate for v4 https://github.com/emkay/material-ui-table-edit/pull/17.
yeah, you would need to add `SelectField` here https://github.com/emkay/material-ui-table-edit/blob/master/index.jsx#L7 and then add a new type here https://github.com/emkay/material-ui-table-edit/blob/master/index.jsx#L89-L126 that uses the `SelectField` component and pass in all the right props. There...
`material-ui` requires `react-tap-event-plugin@^2.0.1` but does not install it, so I'm trying to think through the approach of how this should be included. one option is to put it as a...
awesome! thanks for contributing. a couple things that would be cool: 1. const -> import syntax. I'd prefer to keep `require` syntax because the semantics of the module loader spec...
@bluesockets I've setup travis-ci. There aren't any tests yet, but it does run the linter.
Do you mean in this project or the downstream project? In this project we publish a `dist.js` file that is already compiled. We have to compile the jsx. We can...
> 1. use import over require My preference would be to use require. I don't really see any benefit in using `import`. Happy to concede on this point though because...
I would totally be ok with making the container class an option.