Skip to content

Commit

Permalink
fix(cdk-experimental/listbox): clean up the listbox API and make it w…
Browse files Browse the repository at this point in the history
…ork with forms (#24920)

* fix(cdk-experimental/listbox): clean up the listbox API and make it work with forms

* fix(cdk-experimental/listbox): address feedback

* fix(cdk-experimental/listbox): add forms validator support

* fix(cdk-experimental/listbox): address feedback

* fix(cdk-experimental/listbox): address feedback

* fix(cdk-experimental/listbox): address feedback

* fix(cdk-experimental/listbox): fix tests

* fix(cdk-experimental/listbox): fix lint issues

* fix(cdk-experimental/listbox): fix tests

* fix(cdk-experimental/listbox): address feedback
  • Loading branch information
mmalerba authored May 26, 2022
1 parent ca0402a commit 0b59637
Show file tree
Hide file tree
Showing 9 changed files with 1,310 additions and 1,109 deletions.
1 change: 1 addition & 0 deletions src/cdk-experimental/listbox/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ng_test_library(
"//src/cdk-experimental/combobox",
"//src/cdk/keycodes",
"//src/cdk/testing/private",
"@npm//@angular/common",
"@npm//@angular/forms",
"@npm//@angular/platform-browser",
],
Expand Down
1,267 changes: 519 additions & 748 deletions src/cdk-experimental/listbox/listbox.spec.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 0b59637

Please sign in to comment.