Commit Graph

1313 Commits (9d8c975cc46327a470d08d7cda7b755914489773)

Author SHA1 Message Date
Antti Ahti 9d8c975cc4 Add example of multiword icon name
The Material UI documentation mentions icon names like "account circle".
It was not documented anywhere that the separator has to be an
underscore: "account_circle".
2016-11-05 13:32:57 +02:00
Javi Velasco e240cf237e Fix #866 2016-11-05 12:22:44 +01:00
Javi Velasco 00a0a9f16a Fix #930 2016-11-05 12:04:59 +01:00
Javi Velasco a47e534abb Merge pull request #929 from apaatsio/fix-icon-button
Support elements in icon attribute in IconButton
2016-11-03 18:58:23 +01:00
Antti Ahti 2e2047927c Use AppBar attributes instead of IconButton in example 2016-11-02 23:18:27 +02:00
Antti Ahti ebf523dce7 Add AppBar example 2016-11-02 23:18:27 +02:00
Antti Ahti 62f55cae1e Support elements in icon attribute in IconButton
This makes IconButton more flexible. It also makes icon elements work
when used with leftIcon/rightIcon attributes in AppBar.
2016-11-02 23:18:25 +02:00
rubenmoya 736eeeb55f remove icon from Snackbar 2016-11-02 09:46:19 +01:00
Javi Velasco 57320a0fb5 Pass linter 2016-11-01 17:01:39 +01:00
Javi Velasco fb72442eba Merge pull request #909 from jussch/patch-3
Moves the Autocomplete enter check to onKeyDown to resolve form submit bug
2016-11-01 14:39:12 +01:00
Javi Velasco 85eb7aa400 Merge pull request #917 from felquis/fix-firefox-required-input
Fix red border in required inputs at Firefox fixes #916
2016-11-01 14:35:39 +01:00
Javi Velasco e1f9bdac81 Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Fixed onTouchMove
  Fixed ListDividerProps
  [chore] Added lint-staged along with the config.
  Pass currently active suggestion to onBlur handler
2016-11-01 14:31:32 +01:00
Javi Velasco cbe6fae23d Merge branch 'FileBrowseButton' of https://github.com/MaximKomlev/react-toolbox into MaximKomlev-FileBrowseButton
* 'FileBrowseButton' of https://github.com/MaximKomlev/react-toolbox:
  fixed layout for IE
  merge
  merge
  merge
2016-11-01 14:26:02 +01:00
Oden 70861d1b5d Merged branch patch-2 into patch-1 2016-10-31 17:29:46 -07:00
Oden aa890c6588 Fixed onTouchMove 2016-10-31 17:27:53 -07:00
Oden 03feeaf5b8 Fixed ListDividerProps 2016-10-31 17:26:57 -07:00
Felquis 879d0c2ce0 Fix red border in required inputs at Firefox fixes #916 2016-10-31 14:10:40 -02:00
Maxim Komlev 53e016eb4d fixed layout for IE 2016-10-30 16:19:24 -07:00
Justin Schultz 466aac254f Moves the enter check to onKeyDown 2016-10-28 14:21:01 -06:00
Javi Velasco fee7a2b3ff Merge pull request #893 from elbstack/dev
Pass currently active suggestion to onBlur handler
2016-10-28 10:05:04 +02:00
Sebastian Gronewold 9931ac42be Pass currently active suggestion to onBlur handler 2016-10-23 18:32:32 +02:00
Javi Velasco 10ae964c3f Merge pull request #891 from elbstack/dev
Add event to autocomplete onBlur
2016-10-22 17:29:54 +02:00
Javi Velasco 245ffd43e1 Merge pull request #868 from ferenc-radius/dev
fix type of theme.required fixing issue #867
2016-10-22 17:27:44 +02:00
Javi Velasco b66d10d266 Propagate disabled to Input in Slider 2016-10-22 17:12:41 +02:00
Javi Velasco 69bbba9cce Merge branch 'dev' of https://github.com/Haggus/react-toolbox into Haggus-dev
* 'dev' of https://github.com/Haggus/react-toolbox:
  Implement disabled state for Slider and Progressi Bar
2016-10-22 16:57:13 +02:00
Javi Velasco d59a1396f0 Add onDismiss for TimePicker 2016-10-22 16:56:18 +02:00
Javi Velasco 4231f86c45 Merge branch 'dev' of https://github.com/pepesenaris/react-toolbox into pepesenaris-dev
* 'dev' of https://github.com/pepesenaris/react-toolbox:
  Add optional cancel handler in dialog dismiss
2016-10-22 16:53:08 +02:00
Javi Velasco a1e6dd2379 Merge pull request #848 from rrott/fix/766-input_hint_text
Updated to show hint on input if label is empty
2016-10-22 16:51:58 +02:00
Javi Velasco f0968f6827 Merge pull request #862 from Contagious06/dev
* Added multiline height, see #811
2016-10-22 16:38:28 +02:00
Sebastian Gronewold b2ad4180f9 Add event to autocomplete onBlur 2016-10-22 15:28:03 +02:00
HaNdTriX 17c791a94a Fix Switch white-space 2016-10-22 14:50:01 +02:00
Mateusz Mrowiec c5f05fba9e Implement disabled state for Slider and Progressi Bar 2016-10-19 14:20:07 +02:00
Panjie Setiawan Wicaksono 3e170c579b ts def typo fix and addtions 2016-10-18 22:44:01 +07:00
Jose Javier Señaris dc46b0aa6d Merge branch 'dev' of github.com:react-toolbox/react-toolbox into dev 2016-10-16 15:34:11 -03:00
Jose Javier Señaris c2da4d8547 Add optional cancel handler in dialog dismiss 2016-10-16 12:49:32 -03:00
Roman Rott 5cea4e3a1b
Fixed issue with rendering calendar incorrectly when first day of a month is Sunday 2016-10-15 14:37:18 +03:00
Ferenc Radius be81e4d4ea fix type of theme.required fixing issue #867 2016-10-14 09:58:13 +02:00
Matthew 8d62c8fe55 * Fixed trailing comma. 2016-10-13 13:19:06 +08:00
Matthew a50c1c406e * Added multiline height, see #811 2016-10-13 08:15:33 +08:00
Javi Velasco f8c0c7fece Remove importants 2016-10-12 17:04:52 +02:00
Javi Velasco e6b410491a Merge pull request #857 from rrott/feature/584-add_required_to_Dropdown_as_Input_fields
Added required to Dropdown
2016-10-12 16:58:58 +02:00
Javi Velasco a1d96f3709 Merge pull request #856 from rrott/feature/add_ukrainian_locale
Added Ukrainian locale
2016-10-12 16:58:17 +02:00
Javi Velasco 69a3260b61 Merge pull request #853 from HaNdTriX/dev
Add onScroll prop to Panel component
2016-10-12 16:58:00 +02:00
Javi Velasco 06aa9aa5ec Merge pull request #850 from rrott/fix/typo_in_time_utils
Fixed typo in dateLocales for russian locale
2016-10-12 16:57:13 +02:00
Javi Velasco 960c3b2edf Merge pull request #849 from rrott/fix/253-CardMedia_in_firefox
Added ::after pseudo to CardMedia to fix an issue in FireFox
2016-10-12 16:56:58 +02:00
Javi Velasco c20351f572 Merge pull request #847 from MaximKomlev/FileBrowseButton
File browse button
2016-10-12 16:55:09 +02:00
Javi Velasco 6dc83b8546 Merge pull request #839 from stianjensen/datepicker-labels
Add attributes for ok/cancel labels in DatePicker & TimePicker
2016-10-12 16:50:27 +02:00
HaNdTriX a88174a54c Fix Overlay event bug 2016-10-12 15:21:55 +02:00
Roman Rott f912729ef7
Added required to Dropdown 2016-10-11 23:19:03 +03:00
HaNdTriX 0df0854487 Add onScroll prop to Panel 2016-10-11 14:25:31 +02:00