If an item is selected in my list and I click on it, it gets unselected. Is there a prop to disable this behavior so that it behaves more like a native <select> element and the list always has a selection? I thought required would do that but I get the same behavior.
If an item is selected in my list and I click on it, it gets unselected. Is there a prop to disable this behavior so that it behaves more like a native
<select>
element and the list always has a selection? I thoughtrequired
would do that but I get the same behavior.