arthi-arumugam99 opened a new pull request, #33377: URL: https://github.com/apache/superset/pull/33377
### What does this PR do? Adds a required field validation to ensure that users select a column when configuring a native filter of type `filter_select`. ### Bug Fix Summary Previously, users could create a native filter of type `Value` (i.e., `filter_select`) without choosing a column. This caused runtime issues and invalid filters. This PR fixes it by enforcing required validation on the column field in the filter configuration panel. ### Screenshot  ### Test Plan - Go to “Add and edit filters” - Set filter type = “Value” - Do not select column → validation error appears - Select column → error disappears and filter can be saved Bug reproduced and resolved successfully. -- 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]
