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

Input values aren't being trimmed or validated when saved on resource #1664

Open
alecritson opened this issue Mar 20, 2024 · 0 comments
Open
Labels
1.x bug Something isn't working
Milestone

Comments

@alecritson
Copy link
Collaborator

  • Lunar version: 1.xx

Expected Behaviour:

Columns should be trimmed where appropriate.

Actual Behaviour:

One instance found is the handle column on various tables can be saved as size

Steps To Reproduce:

Go to a resource with a handle column, add spaces, save, spaces should persist.

Looks like the TrimStrings middleware (even if added to the panel) is not being completed as the Livewire class Livewire\Mechanisms\HandleRequests\HandleRequests is causing it to be skipped.

@alecritson alecritson added bug Something isn't working unconfirmed labels Mar 20, 2024
@alecritson alecritson added this to the v1.0 milestone Mar 20, 2024
@glennjacobs glennjacobs added the 1.x label May 20, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants