Clicking enter when focused on number component does not submit form

hitting enter on text input components in my form submits the form as expected, however when I hit enter on a number input component my form does not get submitted.

Hey @smorris

You have to run query on submit of that number input like this.


whenever you enter a value in the number input field and press "Enter," the query will run.

4 Likes

Thanks for this solution, @WidleStudioLLP

You can use a control component event to trigger the form submission upon clicking enter in the number input :blush:

1 Like