File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/mdInputContainer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<span class =" md-count" v-if =" enableCounter" >{{ inputLength }} / {{ counterLength }}</span >
6
6
7
- <md-button class =" md-icon-button md-toggle-password" @click =" togglePasswordType" v-if =" mdHasPassword" >
7
+ <md-button tabindex = " -1 " class =" md-icon-button md-toggle-password" @click =" togglePasswordType" v-if =" mdHasPassword" >
8
8
<md-icon >{{ showPassword ? 'visibility_off' : 'visibility' }}</md-icon >
9
9
</md-button >
10
10
11
- <md-button class =" md-icon-button md-clear-input" @click =" clearInput" v-if =" mdClearable && hasValue" >
11
+ <md-button tabindex = " -1 " class =" md-icon-button md-clear-input" @click =" clearInput" v-if =" mdClearable && hasValue" >
12
12
<md-icon >clear</md-icon >
13
13
</md-button >
14
14
</div >
You can’t perform that action at this time.
0 commit comments