OpenNutriTracker
OpenNutriTracker copied to clipboard
Bug: It is possible to edit the height to negative values.
Description: The "Profile" tab allows users to edit their height. However, by repeatedly decreasing the value, it becomes possible to select negative numbers.
Expected behavior: The program should prevent users from selecting negative values for height, as this is not feasible.
Possible solution: Add a minimum height limit to the height selection carousel in the "Profile" tab.