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
This will likely be solved by augmentation, see #414.
A Label in a labeled Input can actually be a dropdown, see here. This is not the same thing as a labeled dropdown, which separates a dropdown button icon from the button text.
Dropdown Label
It appears the only necessary extra dropdown class required is label. I'm not entirely sure how we want to handle this yet. We could simply add a label prop that adds this class.
I do not think we want to automatically add this when used inside an Input though. A dropdown can also appear as an Input action:
Dropdown Button
Dropdown
The text was updated successfully, but these errors were encountered:
UPDATE
This will likely be solved by augmentation, see #414.
A Label in a labeled Input can actually be a dropdown, see here. This is not the same thing as a
labeled
dropdown, which separates a dropdown button icon from the button text.Dropdown Label
It appears the only necessary extra dropdown class required is
label
. I'm not entirely sure how we want to handle this yet. We could simply add alabel
prop that adds this class.I do not think we want to automatically add this when used inside an Input though. A dropdown can also appear as an Input action:
Dropdown Button
Dropdown
The text was updated successfully, but these errors were encountered: