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 was 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.
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