forked from github/dataease
refactor: 兼容移动端,下拉类型组件去掉输入事件,防止再调用键盘事件
This commit is contained in:
parent
322404c3fb
commit
1fba59cc5b
@ -11,6 +11,7 @@
|
||||
:append-to-body="inScreen"
|
||||
value-format="timestamp"
|
||||
:size="size"
|
||||
:editable="false"
|
||||
@change="dateChange"
|
||||
/>
|
||||
</template>
|
||||
|
@ -4,6 +4,7 @@
|
||||
v-model="options.value"
|
||||
:placeholder="options.attrs.placeholder"
|
||||
:size="size"
|
||||
:editable="false"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user