primevue
primevue copied to clipboard
InputNumber: Component with Horizontal with step down disabled
Describe the bug
Component starts with down button disabled
Reproducer
https://dq5wyo.csb.app/
PrimeVue version
2.9.2
Vue version
2.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Chrome, Brave
Steps to reproduce the behavior
To play just start a component with horizontal buttons as in the photo above
Expected behavior
Disable the button respecting the minimum and maximum value.
Palliative correction: Set direct value in component mounted() { this.$refs.component.d_value = 50 },
@tugcekucukoglu ?