-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Description
Describe your proposal
I'm trying to add the label feature to wrapper number field when I tried to use.
Now I'm trying to enter a float number like 2.223 it turns to null once I enter '.'
html.-.Localization.of.input.type.number.-.Stack.Overflow.webm
Which versions of Angular and Fundamental Library for Angular are affected?
Angular: ^19.2.6 , Fundamental-ngx: 0.56.8
Affected Component
No response
Steps to Reproduce (for bugs)
- Start the app from the StackBlitz link
- Go to any field
- Enter 2.123
Expected: the value of the field should turn to 2.123
Actual: the value of the field turns null
StackBlitz example(s)
https://stackblitz.com/edit/wpsihlyt?file=package.json
Priority
None
Declaration
- I'm not disclosing any internal or sensitive information.