[#138880131] fix issue with ie11 picker categories after searching

Signed-off-by: Devin Brown <debrown@pivotal.io>
nolan/hinaloe-test
Eric Dattore 2017-02-15 15:28:25 -07:00 committed by Pivotal Tracker
parent 626d5b1ab4
commit 07b7bc2c50
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export default class Picker extends React.Component {
let component = this.refs[`category-${i}`]
if (component && component.props.name != 'Search') {
let display = emojis ? 'none' : null
let display = emojis ? 'none' : 'inherit'
component.updateDisplay(display)
}
}