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 set the min, max attribute. I start typing into the input field and after reaching the max value, every newly typed number will increase the padding even backspace.
Ex: max is 10 and I type 1000 then the padding moves 2 times.
Found similar issue but this one comes when using max attribute. #837
What type of frontend frameware are you seeing the problem on?
What happened?
I set the min, max attribute. I start typing into the input field and after reaching the max value, every newly typed number will increase the padding even backspace.
Ex: max is 10 and I type 1000 then the padding moves 2 times.
Found similar issue but this one comes when using max attribute. #837
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
2.0.1
Code to produce this issue.
https://stackblitz.com/edit/xnfrdi-lgwwve?file=src%2Fapp%2Fapp.component.html
The text was updated successfully, but these errors were encountered: