Bug description
- The SearchSelectDropdown and Search Input not displayed together
- View Query did not show the complete sql
Still exists in version 6.0.0rc2
I have submitted two PRs to try and fix.
https://github.com/apache/superset/pull/35208 https://github.com/apache/superset/pull/35204
Screenshots/recordings
https://github.com/user-attachments/assets/10f52a9b-7f7f-4db5-b41d-c03dbed0dd40
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug report.
- [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
Comment From: dosubot[bot]
The fix for the SearchSelectDropdown and Search Input display issue is already present in the current codebase—these components are now rendered together only when the search input is enabled, matching the intent of your PR #35204 (source).
However, the ViewQueryModal does not include the ownState
parameter or related improvements from your PR #35208, so the incomplete SQL display issue still exists in master (source). No other merged PRs or open issues address this, so your PR remains the primary proposed fix.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other