Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textareas in filament forms are showing up empty #2370

Closed
1 task done
jobara opened this issue Nov 19, 2024 · 0 comments · Fixed by #2372 · May be fixed by #2369
Closed
1 task done

Textareas in filament forms are showing up empty #2370

jobara opened this issue Nov 19, 2024 · 0 comments · Fixed by #2372 · May be fixed by #2369
Labels
bug Something isn't working
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Nov 19, 2024

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:

  1. Go to dev site
  2. Login as a site administrator
  3. From the Dashboard click on "Website Settings"
  4. Notice the address fields are empty
  5. In the left navigation click on Sectors
  6. Click edit beside one of the sectors
  7. Notice the description fields are empty

Expected behavior

Textareas should display the related content appropriately

Screenshots

Screenshot showing the address field empty

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
1 participant