Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Add form validation for RecordsForm. #79

@ppak10

Description

@ppak10

Add in form validation to prevent user from submitting wrong inputs.

This mostly pertains to the number type fields which include power, velocity, hatch_spacing.

This should basically check that the input is a number value and display an error when it is not.

It should also disable the submit button if the form is not valid.

Here is a good library that I've found useful before

https://github.com/validatorjs/validator.js

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestwebWeb service related issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions