Topic: Angular Material Select slow to open
chrisworrell pro asked 7 years ago
Dawid Adach pro answered 7 years ago
64: setTimeout( () => { container.add('fadeInSelect'); }, 200 );
and for close:
ng-pro/pro/material-select/select.component.ts:
330: setTimeout( () => {
if (this.isOpen) {
this.clearFilterInput();
this.isOpen = false;
if (focus) {
this.focus();
}
this.closed.emit(null);
}
}, 200 );
by changing default value you can either speed up or slowdown
Video after adjustment:
https://www.dropbox.com/s/m6bjtu74gxm1u82/mselect0ms.mov?dl=0 FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No