fix bug of AutoComplete that can not blur when click outside
fix bug of AutoComplete that can not blur when click outside
This commit is contained in:
parent
8a93e8b53e
commit
6b285b78ed
4 changed files with 9 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
|||
:parser="value => value.replace('%', '')"></InputNumber>
|
||||
</div>
|
||||
<div style="margin-top: 10px">
|
||||
<InputNumber v-model="value4" style="width: 200px" :precision='2' ></InputNumber>
|
||||
<InputNumber :min="18" v-model="value4" style="width: 200px" :precision='2' ></InputNumber>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue