Commit Graph

1514 Commits (f8f528cbcd1d1e58bc98aa5deececc9442c08fab)

Author SHA1 Message Date
Kristoffer Rene Eckhoff f8f528cbcd Do not show scrollbar on autocomplete component IE11 (#1515)
Scrollbars are shown on the autocomplete component in IE11.

It is not possible to use the scrollbar after it appears which confuses my users.

I am not sure IE implementations are wanted, but this in any case disables the scrollbar so that the autocomplete looks more like in chrome.
2017-08-02 18:15:55 +02:00
AlexPrinz 54d0cb5c62 Fix date-picker animation in IE11 (#1586) 2017-08-02 18:14:23 +02:00
the1900 843b88a311 solve #1444 and #1359. (#1587)
* update webpack config to make "Basic usage" work.

I use webpack version 2.6 and new configure syntax rather than 1.x.

When I follow the instruction on `readme.md`. It always failed on *Basic Usage* with the message below.
``` bash
ERROR in ./~/css-loader?{"modules":false,"importLoaders":1,"localIdentName":"[name]--[local]--[hash:base64:8]"}!./~/postcss-loader/lib!./~/react-toolbox/lib/button/theme.css
  Module build failed: Error: composition is only allowed when selector is single :local class name not in ".raised", ".raised" is weird
```

So I figured out what's wrong and update `reame.md` to notify others.

* edit multiple number.

According to docs, the width is larger than 320px and if the device is mobile than 280px. To follow this specification It should be 5, not 4.
2017-08-02 18:13:48 +02:00
Robin Larson fb5d0e1ffc requestAnimationFrame will only trigger if the browser window is visible. If the browser tab is put to the background, requestAnimationFrame will trigger when the tab returned to the foreground. When the Tabs Component is removed from the DOM when in the background, the requestAnimationFrame must be canceled to prevent attempting to use a unmounted Component. (#1604) 2017-08-02 18:11:37 +02:00
TeoMatthew df175e7f0d fix #1611 (#1612)
Added correct proptypes on `ListItemLayout` and updated documentation for ListItem's fields `legend` and `caption`.
2017-08-02 18:08:28 +02:00
Pablo Lacerda de Miranda 0e299a65b1 allows the Portal HOC root element to receive a style props. This allows coordinate runtime positioning of the portal element using top/left/bottom/right values (#1502) 2017-07-13 20:43:14 +02:00
Nathan Miranda 6290cf5ab2 Added label to InputTheme interface (#1501) 2017-07-13 20:29:33 +02:00
Javi Velasco 8304c1ec2e Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  ListItem legend may be a node as well (#1496)
  Allow pass inverse to IconMenu (#1490)
  Fix media queries panel height calculations (#1467)
  Allow to change FontIcon for Tab by passing it into the factory (#1439)
  Added required?: boolean; (#1491)
2017-07-13 20:28:09 +02:00
Javi Velasco 7db3e34350 Avoid undefined className when ProgressBar mode is determinate 2017-07-13 20:27:50 +02:00
Oleg Stepura a6eb5c53f3 ListItem legend may be a node as well (#1496)
Currently it works, but produces a warning by react typechecking
2017-07-13 20:20:33 +02:00
kobanyan 4722904d25 Allow pass inverse to IconMenu (#1490) 2017-07-13 20:19:16 +02:00
Aris Plakias 4a13ff2541 Fix media queries panel height calculations (#1467) 2017-07-13 20:18:00 +02:00
Ankur Patel d6bdf2008e Allow to change FontIcon for Tab by passing it into the factory (#1439) 2017-07-13 20:03:34 +02:00
Miguel San Segundo 27caadb182 Added required?: boolean; (#1491) 2017-05-29 13:46:38 +02:00
Javi Velasco 9a9396fa0b Fix tests 2017-05-24 10:38:04 +02:00
Javi Velasco be80e0bb85 Update dependencies 2017-05-23 13:04:55 +02:00
Gabriel Villenave 2981da4094 Updated dependencies (#1448) 2017-05-22 18:30:39 +02:00
Daniel Barreiro 9619d85916 Fixes #1452 (#1454)
* Fixes #1452

Avoid using .bind within the render method of components.

* Fixed JS comment into proper JSX comment
2017-05-22 18:28:16 +02:00
Brian Gates f90958d53c Update readme.md (#1478)
Fixed typo.
2017-05-22 18:26:56 +02:00
Kiko Beats 06cbc41f3b Fix AppBar doc (#1407) 2017-05-09 17:02:33 +02:00
Brock Wills ae09770cd4 Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
ismail-codar e572dd7a96 Update DatePicker.d.ts (#1411)
Type fixing.
2017-04-17 09:50:41 +02:00
Javi Velasco 56a730e516 Small fixes 2017-04-06 10:28:44 +02:00
Kiko Beats 50049275d5
Merge branch 'dev' into patch-1 2017-04-06 10:16:05 +02:00
priecint 991a430ca2 Fix TableCell definition (#1386)
As per source (https://github.com/react-toolbox/react-toolbox/blob/dev/components/table/TableCell.js#L7) `sorted` accepts lower-case strings but the TypeScript definition uses upper-case. So there is either error from TS (`TS2322:Type 'string' is not assignable to type '"ASC" | "DESC"'`) or React (`Warning: Failed prop type: Invalid prop `sorted` of value `ASC` supplied to `ThemedTableCell`, expected one of ["asc","desc"].`).
2017-04-06 09:52:54 +02:00
Kiko Beats 4ef719ad32
Update AppBar.js 2017-04-06 09:49:25 +02:00
Kiko Beats cd3fefc838 Add possibility to render component as AppBar title 2017-04-04 23:54:04 +02:00
Austin Peterson 3dde4c4cda Dev dialog overflow (#1303)
* dialog overflow option

* fixing out of order

* expected overlay to become before transition
2017-04-02 14:17:14 +02:00
Lucas Nascimento 0bd575fdac feat(slider): add buffer prop to Slider (#1317) 2017-04-02 14:16:09 +02:00
Raphael Guastaferro b75214c792 Autocomplete accepting suggestionMatch none (#1289) 2017-04-02 14:15:26 +02:00
codeaid 4ff1cc9734 Added missing onKey(Down|Up) input property definitions (#1318) 2017-04-02 14:13:16 +02:00
Mikko Matilainen da85a69e52 Fix allowCreate in Autocomplete when value prop is an object (#1334) 2017-04-02 14:12:48 +02:00
rainie 73bf3be741 Fix error in events.js transitionEventNamesFor method (#1294) 2017-04-02 14:12:07 +02:00
Rubén Moya 7231a7cc15 fixes table clone element when child is null (#1326) 2017-04-02 14:10:01 +02:00
Izak Filmalter f5c11382cb Add callback functions to slider for when slider starts being dragged, and when it stops. (#1287) 2017-04-02 14:09:11 +02:00
卢思侗 9a916e0176 Add chinese localization (#1290) 2017-04-02 14:08:45 +02:00
Rubén Moya 5de4e7391c Tabs pointer not being updated (#1224) (#1325)
* Fixes #1224

* add jest setup file to mock requestAnimationFrame

* fix duplicated jest config
2017-04-02 14:08:25 +02:00
Tengis Batsaikhan 3e834cb63b Bugfix[AutoComplete]: showAllSuggestions state should be true if showSuggestionsWhenValueIsSet is true (#1367)
* Bugfix: showAllSuggestions state should be true.

* if query value not empty then filter suggestions
2017-04-02 14:06:25 +02:00
k0r8i ad6f30336f Fixes Ripple event error in case props.ripple === false (#1344) 2017-04-02 14:05:06 +02:00
Rubén Moya ec5f15dc12 Fixes #1221 (#1324) 2017-04-02 14:03:07 +02:00
Vytenis c5bf439a0a Update readme.md (#1363)
* Update readme.md

Closes #1362

* Update list_example_1.txt

Used placeholder image in examples
closes #1363
2017-04-02 14:01:02 +02:00
JanuszP a4f8da5355 Esc key event listener leakage fixed (#1376) 2017-04-02 13:58:16 +02:00
Oleg Stepura 509e846631 Fix #1368 (#1369) 2017-03-29 00:13:52 +02:00
Vytenis 697b4d67ba Update FontIcon.js (#1321)
Fixes #1320
2017-03-23 11:06:29 +01:00
Pavel Vorona d5f2c98075 Don't spread state in setState, it's already done by react (#1336) 2017-03-21 12:10:00 +01:00
Javi Velasco 34faf74531 Fixes #1242 2017-03-08 22:03:15 +01:00
Erik Sanchez 6295ca447f Custom label and value keys for Dropdown (#1273)
* Custom value and label for dropdown

* removing unknown props

* Show selected label

* typo
2017-02-28 19:16:29 +01:00
dan-kwiat e7f521041e Remove unnecessary reference to sliderLength in knobOffset method (#1271) 2017-02-26 16:39:59 +01:00
Emmanuel Quentin 3d2329a502 Allow to reference Input via Autocomplete (#1255) 2017-02-26 14:25:46 +01:00
Ionut-Cristian Florescu 53e09d9d0c Fix error in "flat" property description (#1265)
Actually, when `flat = true`, the AppBar **doesn't show** a shadow.
2017-02-26 14:20:27 +01:00