Skip to content

Commit

Permalink
Fix markup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 30, 2023
1 parent 4c0edbe commit ab15045
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-template #template>
<label *ngIf="!question.isReadOnly" tabindex="0" [class]="question.getChooseFileCss()"
<label tabindex="0" [class]="question.getChooseFileCss()"
[attr.for]="question.inputId" [attr.aria-label]="question.chooseButtonText" [key2click]>
<svg *ngIf="question.cssClasses.chooseFileIconId" [title]="question.chooseButtonText"
[iconName]="question.cssClasses.chooseFileIconId" [size]="'auto'" sv-ng-svg-icon></svg>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<label
v-if="!question.isReadOnly"
tabindex="0"
:class="question.getChooseFileCss()"
:for="question.inputId"
Expand Down
1 change: 0 additions & 1 deletion src/vue/components/file/file-choose-button.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<label
v-if="!question.isReadOnly"
tabindex="0"
:class="question.getChooseFileCss()"
:for="question.inputId"
Expand Down

0 comments on commit ab15045

Please sign in to comment.