Disabled class not working ON INPUTS
Hello,
I'm experiencing an issue with Filament 3 in Laravel. I'm trying to set the
cursor-not-allowed
class when the user submits the form, but instead of the disabled
class being applied, the readonly
class is being applied.
When inspecting the element with the fi-input
class, I found that the disabled:
classes are present.
Here is the code I'm using:
0 Replies