Move focus to first field in create room dialog when showing
This commit is contained in:
parent
b248918aca
commit
1c11b8e274
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ export default createReactClass({
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this._detailsRef.addEventListener("toggle", this.onDetailsToggled);
|
this._detailsRef.addEventListener("toggle", this.onDetailsToggled);
|
||||||
|
// move focus to first field when showing dialog
|
||||||
|
this._nameFieldRef.focus();
|
||||||
},
|
},
|
||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue