##Description:
Currently, when entering salary amounts in the salary field, it is difficult to read the number because all digits appear without separators. For example, typing 1000000 makes it hard to count the zeros and confirm if the value is correct.
##Expected Behavior:
As the user types, the salary input should automatically format the number with commas (e.g., 1,000,000 instead of 1000000) for better readability.
##Steps to Reproduce:
- Go to the form/page with the salary input field.
- Enter a large number (e.g., 1000000).
- Notice that the input remains unformatted.
##Suggested Solution:
- Implement automatic number formatting with commas while typing.
- Ensure commas adjust dynamically as digits are added/removed.
- Keep the raw value stored without commas for backend processing (to avoid errors in saving).
Logged in as: Recruiter
##Description:
Currently, when entering salary amounts in the salary field, it is difficult to read the number because all digits appear without separators. For example, typing 1000000 makes it hard to count the zeros and confirm if the value is correct.
##Expected Behavior:
As the user types, the salary input should automatically format the number with commas (e.g., 1,000,000 instead of 1000000) for better readability.
##Steps to Reproduce:
##Suggested Solution:
Logged in as: Recruiter