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(material-experimental/mdc-chips): Make chips editable by connecting to the mdc web editing interface (#19618)
* Stop arrow key navigation through matChipRemove directives from deleting mdc-chip-rows.
* Make the MDC MatChipRow editable
* Fixes to demo page for editable chips
* Fix linter issues
* Fix incorrect host input param
* Fix chip grid test
* Simplify chip grid test
* Change chip edit span to be a directive instead of a component.
* Add tests for fallback MatChipEditInput.
* Fixes for comments on PR.
* Fix formatting on new longer selector.
* Move edit input/output to MatChipRow.
* Move ngAcceptInputType property to MatChipRow.
* Fix style issues and tests from review.
* Vertically center avatar and remove icons to match existing behavior.
* Fix selector for vertically centering chip contents.
Co-authored-by: Kyle Owsen <kowsen@google.com>
0 commit comments