mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(accesibility): boolean aria-* properties
This commit is contained in:
@@ -577,7 +577,7 @@ export class Datetime {
|
||||
aria-haspopup="true"
|
||||
id={this.datetimeId}
|
||||
aria-labelledby={this.labelId}
|
||||
aria-disabled={this.disabled ? 'true' : false}
|
||||
aria-disabled={this.disabled ? 'true' : null}
|
||||
onClick={this.open.bind(this)}
|
||||
class="datetime-cover">
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
|
||||
|
||||
Reference in New Issue
Block a user