Thanks for the great work, your project really helps on complex mobile-first forms.
I've noticed a small issue though, that may deserve attention on large data lists.
When you delete an item at the top of the list, focus is automatically made on the flexdatalist input, so on mobile device, you scroll down below the last element, and need to scroll up again if you with to remove other items at the top.
To get rid of this behavior, I added a hack that toggles disabled on the field during after:remove event, but that's not elegant at all:
Hello there,
Thanks for the great work, your project really helps on complex mobile-first forms.
I've noticed a small issue though, that may deserve attention on large data lists.
When you delete an item at the top of the list, focus is automatically made on the flexdatalist input, so on mobile device, you scroll down below the last element, and need to scroll up again if you with to remove other items at the top.
To get rid of this behavior, I added a hack that toggles
disabled
on the field during after:remove event, but that's not elegant at all:There may be a cleaner solution 😄
Cheers, Alain