Complete
Details
Assignee
Alex KarpovAlex KarpovReporter
Ievgen StepanovychIevgen StepanovychLabels
Time remaining
0mComponents
Fix versions
Priority
Low
Details
Details
Assignee
Alex Karpov
Alex KarpovReporter
Ievgen Stepanovych
Ievgen StepanovychLabels
Time remaining
0m
Components
Fix versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created December 20, 2021 at 11:45 AM
Updated July 11, 2022 at 3:53 PM
Resolved January 31, 2022 at 1:28 PM
Have ix-input with type="number".
Open the form in Firefox
Type "asdf"
ER: I am not allowed to type "asdf" or I see a validation error.
AR: I don't see an error and can save the form.
Note: It seems that although Firefox allows user to enter letter, it will only emit proper numeric value in (input) event. Confirm this and figure out a way to clean the input. Ideally ix-input will take care of it and will only return clean value to parent forms.
A potential solution may be to use :invalid css property https://stackoverflow.com/a/18853866