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
The chip container used ComboboxChips' default bg-surface-canvas /
border-border-muted, which reads as a much darker fill than every
other Input on the form — override to Input's own tokens.
Removing a chip (backspace or its own remove button) is a state
update, not a native text edit, so the browser's built-in Cmd/Ctrl+Z
had nothing to undo. Track removals locally and restore the last one
on undo when the draft input is empty.
0 commit comments