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
When entering a decimal value (e.g., 1.5) in any input field and clicking the "Redraw Chart" button, the chart updates and accepts the invalid input, even though a warning is displayed indicating that the input is not valid. Additionally, the input field accepts negative numbers, which is not expected.
Steps to Reproduce
Navigate to the page googlecharts > types > ChartRedrawView.java
Enter a decimal value (e.g., 1.5) into one of the input fields
Observe the warning message that appears: "Please enter a valid value. The two nearest valid values are 1 and 2."
Click the "Redraw Chart" button then Observe that the chart updates.
Expected Behavior
The application should not update the chart when an invalid value (e.g., a decimal number) is entered. Instead, it should reject the input and prompt the user to provide a valid value.
Screen.Recording.2024-12-18.151339.mp4
The text was updated successfully, but these errors were encountered:
Description
When entering a decimal value (e.g., 1.5) in any input field and clicking the "Redraw Chart" button, the chart updates and accepts the invalid input, even though a warning is displayed indicating that the input is not valid.
Additionally, the input field accepts negative numbers, which is not expected.
Steps to Reproduce
googlecharts > types > ChartRedrawView.java
Expected Behavior
The application should not update the chart when an invalid value (e.g., a decimal number) is entered. Instead, it should reject the input and prompt the user to provide a valid value.
Screen.Recording.2024-12-18.151339.mp4
The text was updated successfully, but these errors were encountered: