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
When flux:editor has a validation error, the error is properly displayed (in red) below the editor but the editor is not getting the red outline. Also, when :invalid property is set dynamically, the outline does not show however when hardcoded it works properly.
I've just tested this and yeah the red error border isn't showing up. The reason for this is the flux:editor component has wire:ignore on it, so Livewire isn't updating the attributes on the editor component hence the colour isn't showing up.
Flux version
v1.1.2
Livewire version
v3.5.12
What is the problem?
When flux:editor has a validation error, the error is properly displayed (in red) below the editor but the editor is not getting the red outline. Also, when :invalid property is set dynamically, the outline does not show however when hardcoded it works properly.
Code snippets
How do you expect it to work?
This works as expected (when :invalid is hardcoded).
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: