File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2411,7 +2411,8 @@ Page.PageUtils = class PageUtils extends Page.Base {
24112411 value : '' + elem_value ,
24122412 class : 'monospace' ,
24132413 disabled : elem_dis ,
2414- autocomplete : 'off'
2414+ autocomplete : 'off' ,
2415+ spellcheck : 'false'
24152416 } ;
24162417 if ( ! param . variant || param . variant . match ( / ^ ( p a s s w o r d | t e x t | t e l ) $ / ) ) {
24172418 // only show explorer icon for non-validating text variants
@@ -2428,7 +2429,8 @@ Page.PageUtils = class PageUtils extends Page.Base {
24282429 value : elem_value ,
24292430 rows : 5 ,
24302431 class : 'monospace' ,
2431- disabled : elem_dis
2432+ disabled : elem_dis ,
2433+ spellcheck : 'false'
24322434 } ) + explore_end ;
24332435 break ;
24342436
@@ -4764,7 +4766,8 @@ Page.PageUtils = class PageUtils extends Page.Base {
47644766 value : '' + elem_value ,
47654767 class : 'monospace' ,
47664768 disabled : elem_dis ,
4767- autocomplete : 'off'
4769+ autocomplete : 'off' ,
4770+ spellcheck : 'false'
47684771 } ;
47694772 if ( ! param . variant || param . variant . match ( / ^ ( p a s s w o r d | t e x t | t e l ) $ / ) ) {
47704773 // only show explorer icon for non-validating text variants
@@ -4781,7 +4784,8 @@ Page.PageUtils = class PageUtils extends Page.Base {
47814784 value : elem_value ,
47824785 rows : 5 ,
47834786 class : 'monospace' ,
4784- disabled : elem_dis
4787+ disabled : elem_dis ,
4788+ spellcheck : 'false'
47854789 } ) + explore_end ;
47864790 break ;
47874791
You can’t perform that action at this time.
0 commit comments