react-toolbox/components
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
..
__mocks__ Use Jest 🃏 and upgrade Webpack and other dependencies 2017-02-06 09:53:31 +01:00
app_bar Fix AppBar doc (#1407) 2017-05-09 17:02:33 +02:00
autocomplete Do not show scrollbar on autocomplete component IE11 (#1515) 2017-08-02 18:15:55 +02:00
avatar Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
button Update readme.md (#1478) 2017-05-22 18:26:56 +02:00
card Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
checkbox Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
chip Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
date_picker Fix date-picker animation in IE11 (#1586) 2017-08-02 18:14:23 +02:00
dialog Update dependencies 2017-05-23 13:04:55 +02:00
drawer solve #1444 and #1359. (#1587) 2017-08-02 18:13:48 +02:00
dropdown Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
font_icon Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
hoc 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
input Added label to InputTheme interface (#1501) 2017-07-13 20:29:33 +02:00
layout Fix media queries panel height calculations (#1467) 2017-07-13 20:18:00 +02:00
link Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
list fix #1611 (#1612) 2017-08-02 18:08:28 +02:00
menu Allow pass inverse to IconMenu (#1490) 2017-07-13 20:19:16 +02:00
navigation Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
overlay Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
progress_bar Avoid undefined className when ProgressBar mode is determinate 2017-07-13 20:27:50 +02:00
radio Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
ripple Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
slider Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
snackbar Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
switch Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
table Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
tabs 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
time_picker Updated dependencies (#1448) 2017-05-22 18:30:39 +02:00
tooltip Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
utils Fix error in events.js transitionEventNamesFor method (#1294) 2017-04-02 14:12:07 +02:00
ThemeProvider.js Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
colors.css Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
identifiers.d.ts Restructure typescript definitions (#1114) 2017-01-18 08:37:37 +01:00
identifiers.js Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
index.d.ts Restructure typescript definitions (#1114) 2017-01-18 08:37:37 +01:00
index.js Export all from table (#1244) 2017-02-19 12:24:54 +01:00
media.css Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
variables.css Fixes #1127 2017-01-18 10:56:03 +01:00