It appears that the fix for the bug Dropdown ignores optionValue #6822 reported in version 10.7 and resolved in version 10.8 has damaged the optionLabel.
Example:
<Dropdown options={['one', 'two', 'three']} optionLabel={(option) => t(option)} … />
In this example, I expect to see the translation of each option as in version 10.7, but since version 10.8, I see the option itself (without any translation or other processing).
Thanks for your help/fix.
It appears that the fix for the bug Dropdown ignores optionValue #6822 reported in version 10.7 and resolved in version 10.8 has damaged the optionLabel.
Example:
<Dropdown options={['one', 'two', 'three']} optionLabel={(option) => t(option)} … />
In this example, I expect to see the translation of each option as in version 10.7, but since version 10.8, I see the option itself (without any translation or other processing).
Thanks for your help/fix.