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
Description:
The rank field in the form currently accepts negative values, whereas it should only allow natural numbers (positive integers). This is causing unexpected behavior in the application. The expected behavior is to validate the input so that only natural numbers (1, 2, 3, ...) are accepted.
Steps to Reproduce:
Go to the form where the rank field is present.
Enter a negative number (e.g., -1) in the rank field.
Submit the form.
Expected Behavior:
The rank field should validate the input and restrict it to natural numbers only. Negative values should not be accepted.
Actual Behavior:
The form accepts negative values for the rank field without any validation errors.
Suggested Solution:
Add input validation for the rank field to ensure only positive integers are allowed.
supported screenshots:-
The text was updated successfully, but these errors were encountered:
Description:
The rank field in the form currently accepts negative values, whereas it should only allow natural numbers (positive integers). This is causing unexpected behavior in the application. The expected behavior is to validate the input so that only natural numbers (1, 2, 3, ...) are accepted.
Steps to Reproduce:
Expected Behavior:
The rank field should validate the input and restrict it to natural numbers only. Negative values should not be accepted.
Actual Behavior:
The form accepts negative values for the rank field without any validation errors.
Suggested Solution:
Add input validation for the rank field to ensure only positive integers are allowed.
supported screenshots:-
![image](https://private-user-images.githubusercontent.com/138968398/378875450-ec6a4949-23b6-4d36-acfc-255a7932d5b9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDY0NjIsIm5iZiI6MTczOTI0NjE2MiwicGF0aCI6Ii8xMzg5NjgzOTgvMzc4ODc1NDUwLWVjNmE0OTQ5LTIzYjYtNGQzNi1hY2ZjLTI1NWE3OTMyZDViOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMzU2MDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NGZkZTYxMTRmZjlhMzYyZWRkZDc3NzE3Y2M5MGJiY2M0YTMyYWRkNGE1NjAxOGE3ZGFkMDMxYjI1ODU5YjA3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.hbuJcSfu5UNElmWEP6aXdTkH0kHhLgUTLa29S4acawQ)
![image](https://private-user-images.githubusercontent.com/138968398/378875165-1f89b0d4-2fa0-4955-a9ca-f1ced4a433fb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDY0NjIsIm5iZiI6MTczOTI0NjE2MiwicGF0aCI6Ii8xMzg5NjgzOTgvMzc4ODc1MTY1LTFmODliMGQ0LTJmYTAtNDk1NS1hOWNhLWYxY2VkNGE0MzNmYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMzU2MDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iZGM3NWQxOGJlOTgyYTMwOWM5MjU5NjRkNGY5NTAxMzM5ZDY3YjE5MzFhZjZiYjQ0YWI0ZGNmNDQ2ZjM3MGZjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XiREOB6Nc1F67TiuliEHr6scFa1CD2C0LyXQgqsiJuY)
The text was updated successfully, but these errors were encountered: