Fixed #5664 - [v4 beta1: InputMask] Placeholder attribute does not work

This commit is contained in:
tugcekucukoglu 2024-05-08 09:53:12 +03:00
parent a25418eef3
commit 9e428a1a15
3 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,7 @@
:disabled="disabled"
:invalid="invalid"
:variant="variant"
:placeholder="placeholder"
:unstyled="unstyled"
@input="onInput"
@focus="onFocus"