mirror of https://github.com/vector-im/riot-web
				
				
				
			Fixed pressing space or clicking dd input closes dd
							parent
							
								
									90ee0c7ad9
								
							
						
					
					
						commit
						f99fa3ac1a
					
				|  | @ -152,10 +152,12 @@ export default class Dropdown extends React.Component { | |||
|     } | ||||
| 
 | ||||
|     _onInputClick(ev) { | ||||
|         this.setState({ | ||||
|             expanded: !this.state.expanded, | ||||
|         }); | ||||
|         ev.preventDefault(); | ||||
|         if (!this.state.expanded) { | ||||
|             this.setState({ | ||||
|                 expanded: !this.state.expanded, | ||||
|             }); | ||||
|             ev.preventDefault(); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     _onMenuOptionClick(dropdownKey) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Luke Barnard
						Luke Barnard