react-country-region-selector icon indicating copy to clipboard operation
react-country-region-selector copied to clipboard

Region value won't reset if country gets set to `Select Country`

Open UndercoverNL opened this issue 1 year ago • 0 comments

When having a country and region selected, and setting the country back to the Select Country value, it will reset the visual of the regions dropdown but not update the value following the onChange method.

using showDefaultOption={false} will fix this of course, but this stays a bug when not having this option set to false

UndercoverNL avatar Oct 09 '22 11:10 UndercoverNL