Merge pull request #4262 from elliopitas/Password-compoment-fixed-disabled

fixed disabled prop on Password component
pull/4276/head
Tuğçe Küçükoğlu 2023-08-16 17:37:09 +03:00 committed by GitHub
commit 24c28130c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
:aria-haspopup="true"
:placeholder="placeholder"
:required="required"
:disabled="disabled"
@input="onInput"
@focus="onFocus"
@blur="onBlur"