Submit a <b-form> when a key is pressed #877
Replies: 2 comments
-
I'm not sure why that code would not work. The ref should have submit on it automatically. Transferred to an issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VividLemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
so I have a with a sumbit button. Some input fields are required. I would like to also submit the form when the user presses Ctrl+S. I would like the to do the same input validation the submit button triggers.
Is there any way to get this done? I fear not, as the Components do not defineExpose their functions, right?
Beta Was this translation helpful? Give feedback.
All reactions