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


##########
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:
   It should be scoped only to the search inputs. 
   The bug was reported on different search input pages, so I think it is the 
best way to avoid having the 1pass suggestion on the component across all pages.



-- 
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