Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation to salary field on job submission board #95

Open
DavidHernandez opened this issue Oct 26, 2019 · 1 comment
Open

Add validation to salary field on job submission board #95

DavidHernandez opened this issue Oct 26, 2019 · 1 comment

Comments

@DavidHernandez
Copy link
Member

The salary field is required on the job submission board. A lot of companies, do not want to publish the salary, so they add a text saying like "salary depends on the person". To prevent this, we should have some kind of validation, like checking that it has numbers on it. But we can not forbid the text on the input, as some people would write things like "between 30 to 40k".

@hell03610
Copy link
Member

We can detect the field has at least one number, that would be enough client validation?

We could use the pattern and title attributes in html5 inputs.

Eliandromeda pushed a commit to Eliandromeda/VLCTechHub-site that referenced this issue Oct 30, 2019
Added validation with regular expression on salary field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants