-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.1.0-rc.4
Environment
Vue3
Reproduction link
https://www.antdv.com/components/input-number-cn#components-input-number-demo-prefix
Steps to reproduce
<a-input-number
prefix="$"
class="tw-w-24"
style="width: 100%"
v-model:value="values[0]"
:controls="false"
What is expected?
Inputnumber can set prefix normally
What is actually happening?
Inputnumber setting prefix is invalid
Version:
"ant-design-vue": "^3.0.0-alpha.14",