React select element with dynamic option list
The select element is a trusty staple of web experiences. It’s a powerfully efficient way of allowing users to make a selection, be it a small handful of options, or a great many. However, it’s not without its quirks, and there’s one scenario you need to be aware of when using it with React.