GitHub user dosubot[bot] added a comment to the discussion: hide nativefilter tooltips
<!-- Answer --> I couldn't find specific information in the codebase about a configuration setting or parameter that directly controls the visibility of tooltips for native filters. However, you might consider looking into the component responsible for rendering these tooltips, which is located in the file `superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterDivider.tsx`. This file uses the `Tooltip` component to display tooltips for native filters <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterDivider.tsx)</sup>. To disable the tooltips, you could potentially modify this component to conditionally render the `Tooltip` component based on a new configuration or prop that you introduce. This would require some customization in the codebase. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/929d1cee-3935-474e-9350-8b6704f4ea23?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33077#discussioncomment-12788201 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
