Fix weird typing behaviour on LDAP signup page on IE11 (#3996)

Этот коммит содержится в:
Harrison Healey
2016-09-09 09:08:33 -04:00
коммит произвёл enahum
родитель b2b2d141a9
Коммит c564ea1a1c

Просмотреть файл

@@ -39,16 +39,12 @@ export default class SignupLdap extends React.Component {
} }
handleLdapIdChange(e) { handleLdapIdChange(e) {
e.preventDefault();
this.setState({ this.setState({
ldapId: e.target.value ldapId: e.target.value
}); });
} }
handleLdapPasswordChange(e) { handleLdapPasswordChange(e) {
e.preventDefault();
this.setState({ this.setState({
ldapPassword: e.target.value ldapPassword: e.target.value
}); });