Skip to content

Change Input appearance for mat-paginator #16910

@andreElrico

Description

@andreElrico

I use Token:

  providers: [
    { provide: MAT_FORM_FIELD_DEFAULT_OPTIONS, useValue: { appearance: 'outline'}}
  ],

This will make the input in mat-paginator look bad:

STACKBLITZ

The formfield appearance should be configurable in mat-paginator.

  1. Via InjectionToken Value and/or
  2. Via Input
@Input()
appearance: MatFormFieldAppearance

Is there any workaround to this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureLabel used to distinguish feature request from other issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions