vrk-kpa / suomifi-ui-components

Suomi.fi-styleguide in React components
Other
30 stars 15 forks source link

[Fix] Dropdown selected value when children change (case language change) #841

Closed riitasointi closed 7 months ago

riitasointi commented 7 months ago

Description

PR fixes an issue with <Dropdown> where its apparent selected value did not get updated when children change.

Case: Switching application's language. The selected DropdownItem's value remains the same, but its displayed value changes. We need to handle this case and force the recalculation of selectedValueNode in the Dropdown's state.

How Has This Been Tested?

Styleguidist on Chrome

Release notes

Dropdown