[Feature Request] `el-input-number` support slots: prepend & append
Existing Component
是
Component Name
el-input-number
Description
Expected:
el-input-number can custom by prepend & append slot.
Example:
<el-input-number v-model="input1">
<template slot="prepend">Last</template>
<template slot="append">days</template>
</el-input-number>
by default, it is still the + & -。
other
I found some issues shows that this function is supported before, I hope developers & maintaners can give a reason but not only tell me that it was not supported anymore.
related issues before:
- https://github.com/ElemeFE/element/issues/11792#issuecomment-401223387
- https://github.com/ElemeFE/element/issues/2652
Translation of this issue:
Existing Component
yes
Component Name
el-input-number
Description
Expected:
el-input-number can custom by prepend & append slot.
Example:
Last days
` ` ` `by default, it is still the & -。 Other
I found some issues shows that this function is supported before, I hope developers & maintaners can give a reason but not only tell me that it was not supported anymore. related issues before:
- https://github.com/ElemeFE/element/issues/11792#issuecomment-401223387
- https://github.com/ElemeFE/element/issues/2652
完成了么?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Agree this would be great to have!
agree, it should be there, it is an improvement
it would be great