docs(docs-infra): add missing readonly property to combobox guide by rudzikdawid · Pull Request #69408 · angular/angular
PR angular/components#33364 restored the readonly property for the combobox, but the documentation was not updated to reflect this change. This commit adds the missing readonly input and its description to the Inputs / Model table in the combobox guide.
PR Checklist
Please check if your PR fulfills the following requirements:
- The commit message follows our guidelines: https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md
- Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- Bugfix
- Feature
- Code style update (formatting, local variables)
- Refactoring (no functional changes, no api changes)
- Build related changes
- CI related changes
- Documentation content changes
- angular.dev application / infrastructure changes
- Other... Please describe:
What is the current behavior?
missing readonly property in API
Issue Number: N/A
What is the new behavior?
readonly property for combobox docs
Does this PR introduce a breaking change?
- Yes
- No