Merge pull request #2955 from CihanSenturk/added-placeholder-adakunting-date-component
Added placeholder akaunting date
This commit is contained in:
commit
e4154a7e38
@ -22,6 +22,7 @@
|
|||||||
:config="dateConfig"
|
: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"
|
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"
|
v-model="real_model"
|
||||||
|
:placeholder="placeholder"
|
||||||
@input="change"
|
@input="change"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
:disabled="disabled">
|
:disabled="disabled">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user