Skip to content

Add automatic comma formatting in salary input field #401

Description

@Pranay-Gottimukula

##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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions