Cary Stanley
Results
2
issues of
Cary Stanley
I found that the plugin had issues when used with `createReactClass` example: ``` var SelectBox = createReactClass({ propTypes: { value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), selectId: PropTypes.string.isRequired, fullwidth: PropTypes.bool.isRequired }, ... }); ```...
@frostney The "format" prop is not being propagated for FormattedNumber. This should fix this issue. I could see FormattedNumber being reworked to less restrictive about what it passes through in...