Skip to content

Commit

Permalink
Fix jQuery accesibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Mar 20, 2024
1 parent 983eb12 commit d952519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSDemos/Demos/FileUploader/FileSelection/jQuery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $(() => {
labelText: '',
accept: 'image/*',
uploadMode: 'useForm',
inputAttr: { 'aria-label': 'Select Photo' },
});

$('#button').dxButton({
Expand Down

0 comments on commit d952519

Please sign in to comment.