IconField: Doesn't work with InputNumber #6015
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
IconField does not work when used together with InputNumber due to how InputNumber is structured, wrapping the
input
Reproducer
https://stackblitz.com/edit/zwobe8?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
Go to repro link and observer the difference in rendering between using NumberInput and TextInput
Expected behavior
Should support using IcondField with NumberInput the same way as it does for TextInput
The text was updated successfully, but these errors were encountered: