You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textareas in the various filament forms such as those used in the Website Settings and Sectors are showing up blank. The underlying model values appear to be there in the database and available when accessed by the site. This doesn't seem to affect other types such as TextInputs which are showing up as expected. In fact changing the related field from a Textarea to a TextInput will display the value.
The additional issue is that because these fields are empty, if they are required fields they'll need to be re-inputed to be able to update any of the other fields.
To Reproduce
Steps to reproduce the behavior:
Go to dev site
Login as a site administrator
From the Dashboard click on "Website Settings"
Notice the address fields are empty
In the left navigation click on Sectors
Click edit beside one of the sectors
Notice the description fields are empty
Expected behavior
Textareas should display the related content appropriately
Screenshots
Details
Device:
Operating system:
Browser:
Link to affected page:
Additional context
This was tested when working #2276 and seemed to be working fine at the time. Not sure what may have changed since but could be related to filament or other dependency changes. We are also in the process of upgrading Laravel and Filament, so this issue should be re-evaluated after those updates.
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the bug
Textareas in the various filament forms such as those used in the Website Settings and Sectors are showing up blank. The underlying model values appear to be there in the database and available when accessed by the site. This doesn't seem to affect other types such as TextInputs which are showing up as expected. In fact changing the related field from a Textarea to a TextInput will display the value.
The additional issue is that because these fields are empty, if they are required fields they'll need to be re-inputed to be able to update any of the other fields.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Textareas should display the related content appropriately
Screenshots
Details
Additional context
This was tested when working #2276 and seemed to be working fine at the time. Not sure what may have changed since but could be related to filament or other dependency changes. We are also in the process of upgrading Laravel and Filament, so this issue should be re-evaluated after those updates.
The text was updated successfully, but these errors were encountered: