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
Is your feature request related to a problem? Please describe.
I'm trying to write a simple todo list form, with a select above, and an input below. I would like to have the input focused when the form group loads, but haven't been able to achieve this, after much effort.
I would also like to customize the behaviour that occurs when I press enter on the input, so that it adds the item to the todo list and keeps the form alive. I can achieve this by reloading the form, and this is mostly OK, but it would be nice to have more control over this.
Describe the solution you'd like
You should be able to choose which field of a group has focus when a group is loaded
You should be able to control whether submit actually submits or whether the submit is cancelled
Describe alternatives you've considered
I've tried to call Update() on a group directly with NextField() to try to get it to move to the next field, which works, but the select shows the message Loading...
Additional context
Seems like this kind of thing should be simple to achieve
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to write a simple todo list form, with a select above, and an input below. I would like to have the input focused when the form group loads, but haven't been able to achieve this, after much effort.
I would also like to customize the behaviour that occurs when I press enter on the input, so that it adds the item to the todo list and keeps the form alive. I can achieve this by reloading the form, and this is mostly OK, but it would be nice to have more control over this.
Describe the solution you'd like
Describe alternatives you've considered
I've tried to call
Update()
on a group directly withNextField()
to try to get it to move to the next field, which works, but the select shows the messageLoading...
Additional context
Seems like this kind of thing should be simple to achieve
The text was updated successfully, but these errors were encountered: