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
Looked into code, making it "tababble" isn't that hard. Though several other problems emerge. Apparently value change is bound to click and I can not see painless way to solve this issue without rewriting most of value handling mechanism.
// do not update internal state based on input value if prop passed if (value != null) { return; }
Cannot use keyboard tab to access each individual rating input.
Current behavior: pressing tab skips over the entire component.
Desired behavior: tab would jump into the first rating and tab across them, selecting them when enter is pressed.
The text was updated successfully, but these errors were encountered: