Grey out login form when no valid HS
This commit is contained in:
parent
fa24b4bd2d
commit
0f84216a9f
3 changed files with 34 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue