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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
If a prize amount 5000 is entered initially and a zero is removed from it, error is shown. Error disappears only when comma is removed from the amount (5,00 --> 500).
The Error message is not removed even after using Clear Filter button.
No error message is shown if From amount is greater than To amount
The text was updated successfully, but these errors were encountered:
Additionally,
Filter by prize starts filtering as the user is typing the input. As soon as the user enters the first character the list is filtered and focus is lost from the input box. For example to enter 400, after entering 4, focus is lost and list is filtered, User has to click on input box again and then continue typing. Again focus is lost after entering 0 (input becomes 40) and list is filtered. User has to click again on input box and finish typing 0(input is now 400). A little more time can be given before starting to filter.
Description:
The text was updated successfully, but these errors were encountered: