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
feat: add Avatar support for ComboBoxItem and PickerItem (#8931)
* feat: add Avatar support for ComboBoxItem and PickerItem
For the new `avatar` style macro, I copied a subset of ComboBox's `image` style macro.
Avatar controls size via its `size` prop, so I didn't include that in the style macro.
* feat: avatar support for Picker button, render for AvatarContextValue
* Add center baseline to Avatar by default
* Simplify s2-docs for ComboBox and Picker with Avatars
* Add defaultValue and placeholder to new ComboBox/Picker docs
---------
Co-authored-by: Dylan Kario <[email protected]>
Co-authored-by: Daniel Lu <[email protected]>
Co-authored-by: Devon Govett <[email protected]>
Co-authored-by: Yihui Liao <[email protected]>
0 commit comments