Open agazso opened 1 week ago
There is no state of Select when text is selected in the design. This could be fixed by making the <input> component inert or using a <select> element for the Select component.
Select
<input>
inert
<select>
There is no state of
Select
when text is selected in the design. This could be fixed by making the<input>
componentinert
or using a<select>
element for theSelect
component.