i think changing it from type="text" to type="submit" for the <input> should make that work
Monorepo for Tangled
tangled.org
press enter on handle textbox to submit login #410
closed
opened by
mmatt.net
edited
mmatt.net
(author)
not working for me on the login page :( https://bsky.app/profile/matt.teal.town/post/3mexawqtnms2j
haha thanks for the video. is this safari? cc @boltless.me
@mmatt.net can you share which browser you are suffering the issue with its version?
mmatt.net
(author)
this is Arc, 145.0.7632.45
this is probably an arc bug, as this works as expected on all other browsers.
this should already work! pressing enter on any input will submit the form. the
buttontype is alreadysubmit(the text input has to betext, or it would render as a button). do you see different behavior?