LuisSanchez commented on code in PR #36209:
URL: https://github.com/apache/superset/pull/36209#discussion_r2562896305


##########
superset-frontend/src/components/ListView/Filters/Search.tsx:
##########
@@ -96,6 +96,7 @@ function SearchFilter(
         onChange={handleChange}
         onPressEnter={handleSubmit}
         onBlur={handleSubmit}
+        data-1p-ignore

Review Comment:
   I have reviewed more deeply the issue and it was due to some pages not 
sending the `name` attr correctly, ending in `name="name"` which was allowing 
the 1pass auto-fill to kick in.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to