Skip to content

Not adding 'All' to the autocomplete select boxes (i.e. review fields)

Daniel Nemergut requested to merge last_option_not_all into main

I don't love this solution, but it'll work until we use mat-options in a non autocomplete select box.

I attempted to add a custom class to the paginator component but it basically did the same thing with a lot of extra code.

The best solution to this would be to create our own custom paginator component that overrode the mat-paginator and add custom classes to it but that seemed like a lot at this time.

Merge request reports