michael-s-molina opened a new issue, #25234: URL: https://github.com/apache/superset/issues/25234
While testing the currency format control I found some bugs: **When you clear the currency format, the changes are not reflected in the viz.** https://github.com/apache/superset/assets/70410625/12e5847f-8cff-4ce6-a406-ba864efd0987 https://github.com/apache/superset/assets/70410625/a363cef3-442d-42d6-9d02-2f99a55fb4dc These are just examples for Table and Pivot Table but we should check all supported charts for this problem. It seems the control is not handling the Select `onClear` event. Currency format is not working for the Table chart when in Raw Records mode. https://github.com/apache/superset/assets/70410625/7e9609f6-bf71-4103-9bb0-f954fdb2e4db ### Environment - superset version: `master` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- 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]
