Grey out login form when no valid HS

This commit is contained in:
David Baker 2017-10-11 14:05:34 +01:00
parent fa24b4bd2d
commit 0f84216a9f
3 changed files with 34 additions and 16 deletions

View file

@ -302,6 +302,7 @@ export default class Dropdown extends React.Component {
const dropdownClasses = {
mx_Dropdown: true,
mx_Dropdown_disabled: this.props.disabled,
};
if (this.props.className) {
dropdownClasses[this.props.className] = true;