1.3.5
Chrome 58.0.3029.110 (64-bit)
2.3.4
https://jsfiddle.net/pj71jkyw/
<el-input-number>
<template slot="prepend">Number:</template>
<template slot="append">个</template>
</el-input-number>
Display like
It is not displayed properly. the slot with append will overflow the increase button and decrease button. Btw, it is not normal way to use slot in NumberInput, but I think it will be work after I read the resource. Please feel free to let me know is it the normal way to use slot in NumberInput.
Translation of this issue:
1.3.5
Chrome 58.0.3029.110 (64-bit)
2.3.4
https://jsfiddle.net/pj71jkyw/
```JavaScript
.
Display, like,
It is not displayed properly. the slot with append will overflow the increase button and decrease button. Btw, it is not normal way to use slot in NumberInput, but I think it will be work after I read the resource. Please feel free to let me know is it the normal way to use slot in NumberInput.
Unfortunately slots are not supported in InputNumber. Though the source code has those slots included, they are not ready to ship and not listed on the docs.