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
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
when inserting text in a repeatable text input, if the "enter" key is pressed a new repeatable field will be created, which is nice, but unfortunately this behavior happens again when pressing the enter key on an unrelated text field (on the same Nova model, like a title field), which results in creating empty text fields and preventing the form submission.
I suggest removing this feature because it interferes with the normal form submission process and instead keep the permanent button "Add field" below a fields list.
Thank you for your work.
Simon
The text was updated successfully, but these errors were encountered:
@SimonRTV thanks very much for reporting this. If I'm honest I don't recall shooting for the whole "input on enter" thing as a feature - pretty sure that wasn't by design!
I'll try and replicate this locally and see if I can come up with a fix. Will try and keep the same functionality within the field itself but without the more global side effects if possible. Cheers
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
when inserting text in a repeatable text input, if the "enter" key is pressed a new repeatable field will be created, which is nice, but unfortunately this behavior happens again when pressing the enter key on an unrelated text field (on the same Nova model, like a title field), which results in creating empty text fields and preventing the form submission.
I suggest removing this feature because it interferes with the normal form submission process and instead keep the permanent button "Add field" below a fields list.
Thank you for your work.
Simon
The text was updated successfully, but these errors were encountered: