Skip to content

Commit

Permalink
Merge pull request #56 from squidit/SQ-63789-validacao-multi-select-a…
Browse files Browse the repository at this point in the history
…o-carregar

SQ-63789 [FRONT] - melhoria multi-select ngx
  • Loading branch information
JoaoBianco committed Apr 26, 2024
2 parents 2b0a304 + e48e95f commit 576c2e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ export class SqSelectMultiTagsComponent implements OnChanges {
if (this.open && changes.hasOwnProperty('options')) {
this.addMoreOptions(true)
}
if (changes.hasOwnProperty('value') || changes.hasOwnProperty('minTags') || changes.hasOwnProperty('maxTags')) {
this.validate()
}
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.3.28",
"version": "1.3.29",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down

0 comments on commit 576c2e2

Please sign in to comment.