mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
perf(): prevent unnecesary event listener changes
This commit is contained in:
@ -527,7 +527,6 @@ export class Datetime implements ComponentInterface {
|
||||
<button
|
||||
type="button"
|
||||
aria-haspopup="true"
|
||||
// id={this.datetimeId}
|
||||
aria-labelledby={this.labelId}
|
||||
aria-disabled={this.disabled ? 'true' : null}
|
||||
onClick={this.open.bind(this)}
|
||||
|
||||
Reference in New Issue
Block a user