InputNumber : Request to Disable Ctrl+V Input in Component when readonly is set to true #5726
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
When the readonly property of the InputNumber component is set to true, it currently prevents input via normal keyboard entry. However, if you click to focus the input and then use ctrl + v to paste, the previously copied numerical value from the clipboard gets pasted and becomes input-enabled. We would like to request that ctrl + v input be disabled in this scenario.
Reproducer
https://stackblitz.com/edit/primevue-create-vue-typescript-issue-template-wer8tb?file=src%2FApp.vue
PrimeVue version
3.51.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: