Colton Idle
06/14/2024, 6:58 PMefemoney
06/14/2024, 7:35 PMBringIntoViewRequester
to each “form field” and keep the reference map of “field” to BIVR. For the field which fails validation, use its BIVR to request it on the screen. If its somewhere in a scrollable layout, it should just scroll on screen.efemoney
06/14/2024, 7:36 PMFocusRequester
) on the field might also work (iirc it uses BIVR under the hood but I am not sure about this one)efemoney
06/14/2024, 7:39 PMMarko Novaković
06/14/2024, 8:50 PMLazyColumn
.
each section had separate ViewModel
and exposed the error, upon validating I scroll to first section with error using animateScrollToItem
Marko Novaković
06/14/2024, 8:52 PMMarko Novaković
06/14/2024, 8:55 PMColumn
you would need to scroll by px
right?