mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): more type fixes
This commit is contained in:
@ -181,7 +181,7 @@ export class Select {
|
||||
*/
|
||||
@HostListener('click')
|
||||
_click() {
|
||||
let isMulti = (this.multiple === true || this.multiple === 'true');
|
||||
let isMulti = this.multiple === 'true';
|
||||
|
||||
// the user may have assigned some options specifically for the alert
|
||||
let alertOptions = merge({}, this.alertOptions);
|
||||
|
Reference in New Issue
Block a user