Skip to content

Commit

Permalink
Merge pull request #468 from Luzy2019/master
Browse files Browse the repository at this point in the history
u-datetime-picker + input 模式下,弹窗后input框仍可以编辑
  • Loading branch information
ijry authored Aug 1, 2024
2 parents 808c4e2 + ef464dd commit 1f0dd75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<view v-if="hasInput" class="u-datetime-picker">
<u-input
:placeholder="placeholder"
:readonly="!!showByClickInput"
border="surround"
v-model="inputValue"
@click="showByClickInput = !showByClickInput"
Expand Down

0 comments on commit 1f0dd75

Please sign in to comment.