angular_components
angular_components copied to clipboard
Material Select
Does component select have the function for "select ALL" and "auto complete/typeahead"? If not, will it be enhanced in the future?
material-select-searchbox might be what you are looking for the auto complete/typeahead feature. It is present in the 0.6.0 release.
material-dropdown-select has an ng-content for header and footer. https://github.com/dart-lang/angular_components/blob/master/lib/src/components/material_select/material_dropdown_select.html#L37
A typical pattern is to have the outer class provide a select all button which updates the selection model.