mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(input, textarea): remove extra aria-disabled (#26818)
This commit is contained in:
@ -641,7 +641,6 @@ export class Input implements ComponentInterface {
|
||||
|
||||
return (
|
||||
<Host
|
||||
aria-disabled={disabled ? 'true' : null}
|
||||
class={createColorClasses(this.color, {
|
||||
[mode]: true,
|
||||
'has-value': this.hasValue(),
|
||||
|
@ -623,7 +623,6 @@ For textareas that do not have a visible label, developers should use "aria-labe
|
||||
|
||||
return (
|
||||
<Host
|
||||
aria-disabled={disabled ? 'true' : null}
|
||||
class={createColorClasses(this.color, {
|
||||
[mode]: true,
|
||||
'has-value': this.hasValue(),
|
||||
|
Reference in New Issue
Block a user