You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use p-inputNumber and have the initial value empty, I use it in a react form and the initial control value is ''. I expected the initial value to be empty, not 0
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 26, 2024
cetincakiroglu
added
Resolution: Invalid
Issue or pull request is not valid in the latest version
and removed
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
labels
Mar 7, 2024
Describe the bug
I want to use p-inputNumber and have the initial value empty, I use it in a react form and the initial control value is ''. I expected the initial value to be empty, not 0
Environment
VS Code, Windows 10
Reproducer
https://stackblitz.com/edit/stackblitz-starters-5qaygy?file=src%2Fapp%2Fapp.component.html
Angular version
17.0.0
PrimeNG version
17.6.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
I expect that the input will initially be empty, not display 0
The text was updated successfully, but these errors were encountered: