mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
The submit button's `disabled` attribute prevented browsers from firing implicit form submission (Enter key) per HTML spec. Move the canSubmit guard into the onSubmit handler and use aria-disabled + visual styles instead, so Enter works when fields are filled. Co-Authored-By: Paperclip <noreply@paperclip.ing>