if set min and max, checked must use props 'activeChange',
This commit is contained in:
mo.duan 2019-09-06 18:07:38 +08:00
parent d56bc97007
commit 9a125fdbca
2 changed files with 3 additions and 3 deletions

View file

@ -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>