You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No options on click.
filters.component.html error: type string is not assignable to type {[p: string]: string} for currentValue.
browser console: this.menu is undefiend; - on click + this.dropdown is undefined; - on load
Steps to reproduce the behavior
install the project -> run -> go to custom dashboard
Environment description
On angular 9 and 10 updates
The text was updated successfully, but these errors were encountered:
catfishcoder
changed the title
feature/ag-grid: right sidebar, mat-select is not working
all features branches: right sidebar, mat-select is not working
Aug 6, 2020
catfishcoder
changed the title
all features branches: right sidebar, mat-select is not working
all features branches + new: right sidebar, mat-select is not working
Aug 6, 2020
catfishcoder
changed the title
all features branches + new: right sidebar, mat-select is not working
mat-select is not working
Aug 25, 2020
Priority
High
Expected behavior
Select has to pop up select options
Actual behavior
No options on click.
filters.component.html error: type string is not assignable to type {[p: string]: string} for currentValue.
browser console: this.menu is undefiend; - on click + this.dropdown is undefined; - on load
Steps to reproduce the behavior
install the project -> run -> go to custom dashboard
Environment description
On angular 9 and 10 updates
The text was updated successfully, but these errors were encountered: