nofusscomputing / nofusscomputing/centurion_ui

When submitting a form an empty field causes a crash

Open
#263 0 comments 0 reactions 1 assignee View on GitHub

@jon-nfc is already working on this.

Since Sep 17, 2026.

bug::failure to confirm v0.13.0 v0.13.1 v0.13.2 v0.14.0 v0.14.1
Dominant language
TypeScript
Stars
0
Forks
0
Avg merge
1d 4h
Merged PRs (30d)
20

Description

Fetchers are used to submit forms. As part of submitting the form, HTML form fields are converted to json.

Details

When a field is converted and if its value is an empty string, and the field is to be converted to json, the conversion crashes the js.

A check needs to be done to ensure no conversion of an empty string occurs.

Tasks

  • correct
  • Test

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.