Closed pestevez closed 6 years ago
This PR fixes an issue where React was generating a warning complaining about the use of the selected attribute in the select DOM element.
selected
select
Global
No warnings are raised
The following warning is shown:
Warning: Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>.
This PR fixes an issue where React was generating a warning complaining about the use of the
selected
attribute in theselect
DOM element.Steps to reproduce the fixed issue
Global
Expected result
No warnings are raised
Actual result
The following warning is shown: