Yishai Burt

Results 12 comments of Yishai Burt

Ran into the same issue. Watching this issue. I **don't recommend** this, but here's a little trick I found that you _could_ do if you must. Since the `recharts` npm...

It took me a while to find it, myself. Look for 'Require.js' in the settings: ![image](https://f.cloud.github.com/assets/4200728/2142425/932257fc-9364-11e3-9b6c-70648265a116.png)

@ad-m thanks for replying, sorry I deleted my comment. I originally wrote that I saw the same error as OP. I thought it was caused by a git hook that...

I couldn't figure out why my excluded packages were included anyway until I saw this issue. A feature like this would be very useful.

@mzabriskie how about it? Would you consider a PR for this issue?

I see your point about a11y now. If I understand correctly, one example could be: A vision-impaired user requires the flip-back to be focused to hear (via screen reader) the...

First, I'll mention that this is not deal breaker for me. I see the value in your points and wouldn't want to hurt a11y. And now to answer your questions......

I've run into the need to snap the calendar in the DRP to a certain date range, as described in #931 and #929. Seems to me that both these issues...

@nkbt the scenario you described in your latest comment is exactly what I've run into. > If you want to keep it in redux store and have "controllable" input with...

> Try to use defaultValue instead (usual one for any uncontrollable input in React) I tried to use `defaultValue` with no `value`, but that doesn't work. If there's no value...