primevue icon indicating copy to clipboard operation
primevue copied to clipboard

InputNumber: Component with Horizontal with step down disabled

Open maikehenrique opened this issue 2 years ago • 1 comments

Describe the bug

Component starts with down button disabled image

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.

maikehenrique avatar Sep 16 '22 00:09 maikehenrique

Palliative correction: Set direct value in component mounted() { this.$refs.component.d_value = 50 },

maikehenrique avatar Sep 16 '22 00:09 maikehenrique

@tugcekucukoglu ?

maikehenrique avatar Sep 30 '22 02:09 maikehenrique