-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't paste a decimal value when there is a total value in the input. #5034
Comments
Are you using |
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days. |
We use |
Could you update this demo according to your use case? |
@tugcekucukoglu demo has been updated. |
In the demo you sent, it seems that copy-paste works correctly. How can we see the real problem? |
We added an update for InputNumber for the version 3.47.0. Both inputs must accept decimals and have the same |
Describe the bug
Current behavior
When there is a total value, e.g., "100," I can't paste the value "100,1". I can do it only when the value in the input is also a decimal.
The main issue is, for example, working with various types of spreadsheets. Attemping to paste values from spreadsheets into the Vue input component is now impossible.
Expected behavior
There should always be the possibility of pasting value to the input, no matter if it's decimal or total.
Possibly related to: #4430
Reproducer
PrimeVue version
3.45.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Firefox 121.0 , Chrome 120.0.6099.130
Steps to reproduce the behavior
Expected behavior
There should always be the possibility of pasting value to the input, no matter if it's decimal or total.
The text was updated successfully, but these errors were encountered: