[MatOption/MatOptgroup] - Expose docs to site
See original GitHub issueBug, feature request, or proposal:
Bug/Proposal
What is the expected behavior?
It’d be good to see some docs about MatOption
/MatOptgroup
.
What is the current behavior?
There’s no docs about MatOption
/MatOptgroup
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:31
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Angular Populate mat-optgroup/mat-options from 2 Different ...
I am new to Angular and trying to add a mat-select with option groups to my Angualr 6 application. I have an existing...
Read more >Access Angular Material's MatSelect Options Panel Container
So the first idea is to place some directive - say myDirective (plz use a proper name ) - onto the <mat-select> and...
Read more >Select | Angular Material
The <mat-optgroup> element can be used to group common options under a subheading. The name of the group can be set using the...
Read more >material multi select with search - You.com - You.com
</div> </mat-optgroup> <mat-option (optionSelectionChanges)="selectionChange($event)" *ngFor="let option of filteredOptions | async" [value]="option"> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cannot find where any of the MatOption API detalis are. How should one know to use onSelectionChange() output if it is not documented other than in stackoverflow.
MatOption
has been moved to a new file, soMatSelect
doc doesn’t containMatOption
documentation anymore. Can you please add the documentation back?