Mikołaj Lemański
Results
2
comments of
Mikołaj Lemański
Will `isDirty` work correctly with this approach? In my understanding if I pass async function as defaultValues the only thing it will do is to prefill form inputs. The actual...
I've created a workaround using ServiceProvider class which is avaliable via DI in MAUI project. I've defined a generic TransientContentPage which resolves viewModel when OnAppearing event occurs: ``` public class...