form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

insertFieldBlocAt method for ListFieldBloc

Open Reprevise opened this issue 3 years ago • 1 comments

We should be allowed to insert field blocs in certain positions in the list because addFieldBloc just appends it to the existing list. I'm not sure if ListFieldBloc#value is immutable or not because allowing us to edit that we can achieve the desired result of inserting a field bloc in the desired position.

Reprevise avatar Sep 17 '20 16:09 Reprevise

https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179

vasilich6107 avatar Mar 11 '23 18:03 vasilich6107