Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit 0e483d4

Browse files
authored
Fix spellcheck attribute value
Closed nico3333fr#9
1 parent c05ad53 commit 0e483d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-accessible-autocomplet-list-aria.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $(document).ready(function() {
22

33
/*
44
* jQuery accessible and keyboard-enhanced autocomplete list
5-
* @version v1.5.2
5+
* @version v1.5.3
66
* Website: https://a11y.nicolas-hoffmann.net/autocomplet-list/
77
* License MIT: https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria/blob/master/LICENSE
88
*/
@@ -52,7 +52,7 @@ $(document).ready(function() {
5252
'data-number': index_lisible,
5353
'autocorrect': 'off',
5454
'autocapitalize': 'off',
55-
'spellcheck': 'off',
55+
'spellcheck': 'false',
5656
'autocomplete': 'off',
5757
'aria-describedby': $combobox_prefix_class + 'help-text' + index_lisible,
5858
'aria-autocomplete': 'list',

0 commit comments

Comments
 (0)