diff --git a/src/Select/Select.js b/src/Select/Select.js index 544f43b1c7d478..7e34302e762f88 100644 --- a/src/Select/Select.js +++ b/src/Select/Select.js @@ -37,6 +37,10 @@ export const styles = (theme: Object) => ({ color: 'transparent', textShadow: '0 0 0 #000', }, + // Remove IE11 arrow + '&::-ms-expand': { + display: 'none', + }, }, selectMenu: { textOverflow: 'ellipsis',