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
The connect dialog on the Meshtastic Web client offers several connection methods, since its a form with a single button it allow the user to press the "Enter" key to submit the form. in order for forms to use their native behaviour (to submit when the enter key is pressed) its important to use a
element with a single element that is a child of the form element and has a type of "submit".
After looking at the code base, it appears to be a bug within the Button element, as everything is correctly set up with the Dialog and Form, but the Button element isn't passing through the "submit" button type correctly.
Relevant console output
No response
The text was updated successfully, but these errors were encountered:
danditomaso
changed the title
[Bug]: Connect dialog should allow Enter key to be used to submit Form.
[Bug]: Connect dialog in Web client should allow Enter key to submit form.
Jan 3, 2025
Hardware
Not Applicable
Connection Type
HTTP
Local or Hosted
https://client.meshtastic.org
Firmware Version
2.5.11.8e2a3e5
Description
The connect dialog on the Meshtastic Web client offers several connection methods, since its a form with a single button it allow the user to press the "Enter" key to submit the form. in order for forms to use their native behaviour (to submit when the enter key is pressed) its important to use a
element with a single element that is a child of the form element and has a type of "submit".After looking at the code base, it appears to be a bug within the Button element, as everything is correctly set up with the Dialog and Form, but the Button element isn't passing through the "submit" button type correctly.
Relevant console output
No response
The text was updated successfully, but these errors were encountered: