Nikita Butenko

Results 12 issues of Nikita Butenko

Extracted from #11

readme

See #79 for some ideas and also check tag releases for all the changes Seems fairly stable. Lacking docs for the moment but we should gradually add them Blockers: -...

must have

At the moment pathname params can be extracted from `state.currentRoute.params` and query as `state.query`. They have effectively the same meaning so should be merged together

enhancement

I thought about taking something like calendar/date-picker and enriching it with component-router. Could be published as part of elementalui. Makes sense, @JedWatson? /cc @halhenke

help wanted
example

This issue is quite tricky to even report and I understand if you just close it as "cannot reproduce". I even thought about not opening this issue as it is...

Lib names can be in `@somescope/lib-name` format and `^\w` regex does not cover it

![date-ranges](https://cloud.githubusercontent.com/assets/175264/8072475/8eecb1a6-0f59-11e5-86da-435ab11b7541.gif)

Need to check downstream to make sure it is not breaking change. NOTE: when using `ref` `findDOMNode` is necessary since Debounce is wrapper component and it's own ref is not...

Since `DebounceInput` is supposed to be a drop-in replacement, it should not fail if `onChange` or any other prop is not present.