element [Feature Request] el-input-number support slots: prepend & append

gcmastyq  于 2022-11-13  发布在  其他
关注(0)|答案(5)|浏览(398)

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:

2wnc66cl

2wnc66cl1#

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:

5lhxktic

5lhxktic3#

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.

w9apscun

w9apscun4#

Agree this would be great to have!

fjaof16o

fjaof16o5#

agree, it should be there, it is an improvement

相关问题