Default values not working with mount()
I have a CreatePage for my resource, but as soon as I add the mount() function, my default values for my TextInputs are not working anymore.
Solution:Jump to solution
Apparantly you need to add: $this->form->fill(); for the default values to be filled in.
3 Replies