#6245 bug fixed
if set min and max, checked must use props 'activeChange',
This commit is contained in:
parent
d56bc97007
commit
9a125fdbca
2 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@
|
|||
:parser="value => value.replace('%', '')"></InputNumber>
|
||||
</div>
|
||||
<div style="margin-top: 10px">
|
||||
<InputNumber :min="18" v-model="value4" style="width: 200px" :precision='2' ></InputNumber>
|
||||
<InputNumber :min="100" :max="3000" v-model="value4" style="width: 200px" :active-change="false"></InputNumber>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue