fix: hide calendar icon in side panel date fields
(cherry picked from commit 49d82870c467af89d5c0db18990f892f78d56d78)
This commit is contained in:
parent
0df87ef5c4
commit
7d14118334
@ -248,6 +248,7 @@
|
||||
"
|
||||
:placeholder="field.placeholder"
|
||||
placement="left-start"
|
||||
:hideIcon="true"
|
||||
@change="(v) => fieldChange(v, field)"
|
||||
/>
|
||||
</div>
|
||||
@ -261,6 +262,7 @@
|
||||
:formatter="(date) => getFormat(date, '', true)"
|
||||
:placeholder="field.placeholder"
|
||||
placement="left-start"
|
||||
:hideIcon="true"
|
||||
@change="(v) => fieldChange(v, field)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user