Merge pull request #2955 from CihanSenturk/added-placeholder-adakunting-date-component

Added placeholder akaunting date
This commit is contained in:
Cüneyt Şentürk 2023-03-31 13:40:33 +03:00 committed by GitHub
commit e4154a7e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
:config="dateConfig"
class="datepicker w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple"
v-model="real_model"
:placeholder="placeholder"
@input="change"
:readonly="readonly"
:disabled="disabled">