Setting options don't render when using `mount()` to authorize the page
Ran across an issue where setting values aren't rendered in the form when using
mount()
to authorize the page. Has anyone else run into this before I open an issue?
https://github.com/alexjustesen/speedtest-tracker/pull/773GitHub
[Bug] Settings page authorization by alexjustesen · Pull Request #7...
Description
This PR outlines the current state of a bug found after upgrading to Filament v3 and using the mount() method to prevent access to a page.
Todo
discover root cause
tbd...
Changelog
...
1 Reply
GitHub
[Bug] Settings page authorization by alexjustesen · Pull Request #7...
Description
This PR fixes a bug found that required calling $this->FillForm() again when using mount() to authorize a settings page.
Changelog
Fixed
settings forms not being filled when authori...