Procházet zdrojové kódy

Updates field-text dependency version and add autofocus prop.

j8
damencho před 8 roky
rodič
revize
bf7415e6b5

+ 1
- 1
package.json Zobrazit soubor

19
     "@atlaskit/button": "1.0.3",
19
     "@atlaskit/button": "1.0.3",
20
     "@atlaskit/button-group": "1.0.0",
20
     "@atlaskit/button-group": "1.0.0",
21
     "@atlaskit/dropdown-menu": "1.4.0",
21
     "@atlaskit/dropdown-menu": "1.4.0",
22
-    "@atlaskit/field-text": "2.0.3",
22
+    "@atlaskit/field-text": "2.7.0",
23
     "@atlaskit/icon": "6.0.0",
23
     "@atlaskit/icon": "6.0.0",
24
     "@atlaskit/modal-dialog": "1.2.4",
24
     "@atlaskit/modal-dialog": "1.2.4",
25
     "@atlaskit/tabs": "1.2.5",
25
     "@atlaskit/tabs": "1.2.5",

+ 1
- 0
react/features/room-lock/components/PasswordRequiredPrompt.web.js Zobrazit soubor

75
         return (
75
         return (
76
             <div>
76
             <div>
77
                 <AKFieldText
77
                 <AKFieldText
78
+                    autoFocus = { true }
78
                     compact = { true }
79
                     compact = { true }
79
                     label = { this.props.t('dialog.passwordLabel') }
80
                     label = { this.props.t('dialog.passwordLabel') }
80
                     name = 'lockKey'
81
                     name = 'lockKey'

Načítá se…
Zrušit
Uložit