You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring inputs on a webpage, I can associate them with a form (which has a primary submit button). Then, when I click "enter" while any of those inputs are focused, then the submit button will automatically be triggered.
In my case, I've a couple inputs and a submit button:
I'd love to make it so hitting "enter" while the Entry is focused will cause the submit action 😄
The text was updated successfully, but these errors were encountered:
I don't think this is possible using libui itself at the moment, sorry! libui does have forms, which we will get soon, but no way to set a submit button. It's definitely something I'd like to have, though, so I'll leave the issue open.
When configuring inputs on a webpage, I can associate them with a form (which has a primary
submit
button). Then, when I click "enter" while any of those inputs are focused, then the submit button will automatically be triggered.In my case, I've a couple inputs and a submit button:
I'd love to make it so hitting "enter" while the
Entry
is focused will cause the submit action 😄The text was updated successfully, but these errors were encountered: