InputNumber: invalid 'placeholder' prop type (TS only) #2863
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
A commit in version 3.16.0 added the placeholder prop typing for the InputNumber element, however the type set in the .d.ts file is wrong, it should be
string | undefined
but was set toboolean | undefined
, resulting in errors when validating a project / component using typescript.This is the commit in question : c6d34c9
Reproducer
No response
PrimeVue version
3.16.0
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
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: