canon-react icon indicating copy to clipboard operation
canon-react copied to clipboard

React components for Rackspace's Canon framework

Results 12 canon-react issues
Sort by recently updated
recently updated
newest added

Bumps [browserify-shim](https://github.com/thlorenz/browserify-shim) from 3.8.12 to 3.8.16. Commits a2b4e72 3.8.16 97855e6 resolve-shims: prevent prototype manipulation (#246) bae7ece fix readme h1 0d4c920 3.8.15 339ced5 deps: update mothership (#243) 5ad9c76 chore: remove patreon...

dependencies

https://github.com/rackerlabs/canon-react/blob/74bd1d4488a7878473878ab2397c590f466cb349/src/FormFieldValidationBlock.jsx#L13 causes this problem: ``` 1) Pricing/EditDiscountPopover submitting the form shows an error for negative numbers: Error: Warning: Unsupported style property vertical-align. Did you mean verticalAlign? at failIfMessageShouldBeConsideredAnError (support/client.js:21:11) at...

When upgrading to support react v15.3.2 the components need to be updated not to pass custom attributes down to DOM elements. ![screenshot 2016-11-14 09 43 29](https://cloud.githubusercontent.com/assets/1463615/20275771/bbc998e2-aa67-11e6-9d29-5b461bdee216.png)

bug

While using `FormPopover` I noticed that there is only one flag that controls if the submit button is enabled or not, and that is the `processing` prop. The problem is,...

![image](https://cloud.githubusercontent.com/assets/1598544/19054638/4573b064-898e-11e6-82f5-53a80cbfca3a.png)

``` javascript const onSelect = (selectedTabKey) => { }; ``` Reference: http://react-bootstrap.github.io/components.html#tabs

So it looks like we qualify for a free OSS license from Sauce Labs. What this offers us: Being able to run javascript tests in multiple browsers https://saucelabs.com/products/javascript-unit-testing Unlimited UI...

Modal popovers which center on the page itself can't be scrolled through. This creates a problem for large modals, which may not be completely visible for users with small screens....

This is an issue both for canon (https://github.com/rackerlabs/canon/issues/103) and sort of in canon-bootstrap (https://github.com/rackerlabs/canon-bootstrap/issues/5 under Pagination), but it'd be nice to have a component for paginating a large number of...

We should add a size property to the DetailItem component, like we have on Form. This allows for PropType.oneOf validation, where just passing a className does not. Possible values for...