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
if you enter a number with a decimal value (i.e. not a whole number), you do not get any error message
Expected State
Personnel_Expended_FTE_Count - additional validation here is that only whole integers should be accepted. if a decimal is entered, an error message should generate that says "A whole number must be submitted for this field."
Implementation Plan
The following functions need to be added...
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered:
Why is this issue important?
the value must be a whole number for this field
Current State
if you enter a number with a decimal value (i.e. not a whole number), you do not get any error message
Expected State
Personnel_Expended_FTE_Count - additional validation here is that only whole integers should be accepted. if a decimal is entered, an error message should generate that says "A whole number must be submitted for this field."
Implementation Plan
The following functions need to be added...
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: