SIGN IN SIGN UP
apache / superset UNCLAIMED

Apache Superset is a Data Visualization and Data Exploration Platform

0 0 146 TypeScript

fix(listview): read tooltip label from DOM textContent, not ReactNode

Owner options have a styled ReactNode label — typeof checks fail and we
fell back to String(value) = "1". Instead, capture the rendered text via
e.currentTarget.textContent at click/keydown time (always the visible
string regardless of label type) and use it as the normalized label.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
K
kasiazjc committed
d520d461b37dee943d685ed005276e3fe64414f5
Parent: 926b9b2
Committed by Amin Ghadersohi <amin@preset.io> on 5/20/2026, 1:46:36 PM