AbanoubNassem / filament-grecaptcha-field

Provides a Google reCaptcha V2 field for the Filament Forms(V2-V3), works in Admin-Panel and Forntend-Forms.
MIT License
18 stars 7 forks source link

fix captcha disappear , when validation fails #4

Closed icaliman closed 1 year ago

icaliman commented 1 year ago

Found a simple fix on livewire site for #2

To tell Livewire to ignore changes to a subset of HTML within your component, you can add the wire:ignore directive.