DataGrid. Tooltip for boolean-type cell is always in English (true/false) #4203
Labels
component: data grid
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
l10n
localization
I'm using the grid locale translation keys and there doesn't seem to be a key to define the content inside the tooltip that's generated for boolean cell. The grid renders this:
<title>true | false</title>
within an svg, and the content is in English even when I specify the localeText using the Spanish translations. I don't think there's a key for this, so how do you control what's displayed in the rendered <title> element? :It will display either true or false when you hover over the checkbox or x mark, regardless of what translations you use. Is there a way to control this ? See image:
?
The text was updated successfully, but these errors were encountered: