react-toolbox/components
Rodion c1f2b83865 Dropdown doesn't close on click outside fix
Hi there,

Dropdown component doesn't close on click outside in my app. 
I debugged a little bit problem and found that componentWillUpdate uses incorrect.
It accepts nextProps and nextState and not prevState and nextState
https://facebook.github.io/react/docs/component-specs.html#updating-componentwillupdate
2016-03-04 18:16:31 +01:00
..
animations Replace transition-property to transition for Issue#230 2015-12-23 23:47:29 -07:00
app Refactor app and app_bar 2015-11-25 20:30:28 +01:00
app_bar allow app-bar height override 2016-02-07 19:51:04 +01:00
autocomplete Allowing array of pairs key-value as input for autocomplete 2016-02-09 11:20:35 +01:00
avatar update avatar example to use `image` instead of `img` property 2016-01-25 15:49:30 +01:00
button Merge pull request #274 from epilgrim/feature/custom-icons 2016-01-23 16:01:34 +01:00
card update Card.jsx 2016-02-08 10:32:37 -08:00
checkbox replace data-role with data-react-toolbox 2016-02-08 11:01:41 -08:00
date_picker Use consistent data attributes 2016-02-06 00:35:08 -08:00
dialog Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
drawer Replace `overflow-y: scroll` with `overflow-y: auto` 2015-12-19 14:08:30 +01:00
dropdown Dropdown doesn't close on click outside fix 2016-03-04 18:16:31 +01:00
font_icon added data-react-toolbox attribute to FontIcon 2016-01-26 14:58:51 +01:00
form Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
input Change error PropType to node on Input 2016-02-23 17:55:27 -05:00
link Enabling passing components as icons in all the components 2016-01-22 17:18:59 +01:00
list type -> getType as `type` seems to be a keyword in node 5.1 2016-02-12 10:23:27 +00:00
menu Support `0` value as being numeric 2016-03-03 14:44:42 +02:00
navigation Better styles for navigation. Fixes #205 2015-12-11 18:53:37 +01:00
overlay Remove opacity prop from Overlay and add invisible. Fixes #183, #178 2015-12-11 18:01:24 +01:00
progress_bar Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
radio replace data-role with data-react-toolbox 2016-02-08 11:01:41 -08:00
ripple removed commented out code 2016-01-27 11:22:38 +01:00
slider cleanup listeners on document before unmount 2016-02-11 17:06:37 +01:00
snackbar Enabling passing components as icons in all the components 2016-01-22 17:18:59 +01:00
switch update Switch.jsx 2016-02-08 10:45:47 -08:00
table [Table] enhancements 2016-02-18 11:21:24 +01:00
tabs update Tab.jsx 2016-02-08 10:51:57 -08:00
time_picker Merge pull request #332 from sars/clock-ssr-fix 2016-02-19 16:17:03 +01:00
tooltip propagate events in Tooltip 2016-01-22 14:20:22 +01:00
utils Fixe autocomplete 2016-01-06 12:56:30 +01:00
_base.scss Prepare base file to handle theming 2015-11-02 23:59:16 +01:00
_colors.scss Define all colors as RGB 2015-11-19 12:21:36 +01:00
_globals.scss Remove opacity prop from Overlay and add invisible. Fixes #183, #178 2015-12-11 18:01:24 +01:00
_mixins.scss Make level depend on className for buttons 2015-12-19 20:36:35 +01:00
commons.scss Replace `overflow-y: scroll` with `overflow-y: auto` 2015-12-19 14:08:30 +01:00
index.js Fix ListSubHeader case 2015-12-05 13:43:06 +01:00