You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll add accessibility support in my next release meanwhile, you could just wrap the Rating component with div or span element and set tabIndex attribute to 0 like so :
// your input here <divtabIndex={0}><Rating{/* ... */}/></div>// another input
<Form.Control
type="email"
placeholder="[email protected]"
autoFocus
/>
The text was updated successfully, but these errors were encountered: