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

fix(order-form.js): fix order form submit #13

Closed
wants to merge 1 commit into from
Closed

fix(order-form.js): fix order form submit #13

wants to merge 1 commit into from

Conversation

sfmoe
Copy link

@sfmoe sfmoe commented Mar 13, 2023

Changes

List Changes Introduced by this PR

  1. fixed erroneous call to "event.value" to the correct "event.target.value"

Purpose

Order form does not submit. #1

Approach

uses the correct event.target.value property so the form submits properly.

Testing Steps

attempt to submit an order. on success order should be present in "view orders"

If this closes an issue, name it here. If it doesn't, remove this line
Closes #1

@sfmoe sfmoe requested a review from Fleury14 as a code owner March 13, 2023 20:51
@sfmoe sfmoe closed this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intentional Bug: Order form submit doesn't work
1 participant