Skip to content

Commit

Permalink
Refactor #12031 - Remove default overlayOptions values from PrimeNGCo…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
mertsincan committed Nov 8, 2022
1 parent 9058cd9 commit 7d9ef92
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/components/api/primengconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import { Translation } from './translation';
export class PrimeNGConfig {
ripple: boolean = false;

overlayOptions: OverlayOptions = {
responsive: {
breakpoint: '640px',
direction: 'bottom'
}
};
overlayOptions: OverlayOptions = {};

filterMatchModeOptions = {
text: [FilterMatchMode.STARTS_WITH, FilterMatchMode.CONTAINS, FilterMatchMode.NOT_CONTAINS, FilterMatchMode.ENDS_WITH, FilterMatchMode.EQUALS, FilterMatchMode.NOT_EQUALS],
Expand Down

0 comments on commit 7d9ef92

Please sign in to comment.