Is it possible to access the value of the selected option in this component. In Normal React, this would be done by having value={selected} and an onChange={() => setSelected(e.target.value)} Is there a way to do that with this component?
Is it possible to access the value of the selected option in this component.
In Normal React, this would be done by having value={selected} and an onChange={() => setSelected(e.target.value)}
Is there a way to do that with this component?