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
my 2 cents; I believe the description gets attached to the components by it's name and the component name is derived by the Enum name - though i am unsure how to solve it for now
The text was updated successfully, but these errors were encountered:
In the demo here if we add a description to the first select as:
it produces the following, where we can see the description leaking to the next select:

However, I noticed that if I use a different
Enum
for the second selector this does not happen; e.g:Note: adding a description to the second select in the initial case doesn't work either, the first description still keeps it spot:
my 2 cents; I believe the description gets attached to the components by it's name and the component name is derived by the
Enum
name - though i am unsure how to solve it for nowThe text was updated successfully, but these errors were encountered: