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
We have a couple of occurrences of nested interactive elements inside of an console.
e.g. inside of a RadioGroup, we have a DatePickerInput, and they're both of type input.
I think that if we use custom markup of RadioGroup, we shouldn't put more elements inside of this markup.
What happens then is that these elements are stealing focus from each other etc and this kind of hotfixes are needed #1406
The text was updated successfully, but these errors were encountered:
We have a couple of occurrences of nested interactive elements inside of an console.
e.g. inside of a
RadioGroup
, we have aDatePickerInput
, and they're both of type input.I think that if we use custom markup of
RadioGroup
, we shouldn't put more elements inside of this markup.What happens then is that these elements are stealing focus from each other etc and this kind of hotfixes are needed #1406
The text was updated successfully, but these errors were encountered: