Not nullable dataKey
in DropDown break selectedOption
property
#1286
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ... (check one with "x")
Current behavior
Next compiled code of Dropdown component doesn't work properly
if
value
andoptionValue
are primitive strings anddataKey
is not null which is a not rare case I think. In this scenarionselectedOption
in render will be not correct.Expected behavior
Selected option according to value prop.
The PR is ready actually. I just wanted to create issue to follow your procedures.
The text was updated successfully, but these errors were encountered: