question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

format: checkbox does not send info over POST request but selection2 does

See original GitHub issue

I don’t know if this is a bug or i am missing something but when i format a field to format: selection2 and send my form in through a POST request. I get the selections information in the request, but when i switch the format: checkbox the schema renders fine and works but the POST doesnt send its selections through the request post. Any thoughts as to what could be causing this?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:19

github_iconTop GitHub Comments

1reaction
germanbisurgicommented, Feb 3, 2022

Yes, i will put a bug label too

0reactions
germanbisurgicommented, Feb 3, 2022

I think we should expand the introduction in the readme to better clarify what this library does and show some common implementations as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

html - Do checkbox inputs only post data if they're checked?
Yes, standard behaviour is the value is only sent if the checkbox is checked. This typically means you need to have a way...
Read more >
<input type="checkbox"> - HTML: HyperText Markup Language
This is not displayed on the client-side, but on the server this is the value given to the data submitted with the checkbox's...
Read more >
How to get checkbox value in form submission
One solution is to check for the presence of the value on the server side. Another alternative is update the form data before...
Read more >
Creating dynamic check boxes and multiple-selection list boxes
The data made available to your page from any multiple-selection list box is a comma-delimited list of the entries selected by the user;...
Read more >
HTML | DOM Input Checkbox value Property - GeeksforGeeks
But when the checkbox is an unchecked state, therefore, no information will be sent. Syntax: It returns the Input Checkbox value property.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found