InputNumber with stacked Buttons is broken #431
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
(PrimeVue Version 2.0.7)
The InputNumber with stacked Buttons is broken. (Horizontal and vertical buttons are working fine).
<InputNumber id="test" v-model="test" showButtons></InputNumber>
looks like this
the generated HTML code is different from the example on the web page.
generated HTML from my example:
generated HTML on primeVue-page:
The text was updated successfully, but these errors were encountered: