Skip to content

Commit

Permalink
fix: set immutable false for filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Mar 29, 2019
1 parent 22ab86f commit 8ab4791
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ export class ListHeaderComponent implements OnChanges {
...this.list.config.fields[field.property],
required: false,
readOnly: false,
immutable: false,
autofocus: true,
nestedCrudConfig: {
...field.nestedCrudConfig,
Expand Down

0 comments on commit 8ab4791

Please sign in to comment.