We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0844ff1 commit 8a2fb29Copy full SHA for 8a2fb29
src/table/toolbar/table-toolbar-search.component.ts
@@ -18,7 +18,7 @@ export class TableToolbarSearch extends Search implements OnInit {
18
@HostBinding("class.bx--toolbar-search-container-persistent") get persistentClass() { return !this.expandable; }
19
20
@HostBinding("class.bx--toolbar-search-container-active") get activeClass() {
21
- return this.active && (this.value !== null || this.value) !== "";
+ return this.active && (this.value !== null || this.value !== "");
22
}
23
24
ngOnInit() {
0 commit comments