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

State is not reset after form completion #11

Open RhysLees opened 5 months ago

RhysLees commented 5 months ago

After submitting the form, you cannot submit again as the field does not reset

https://github.com/AbanoubNassem/filament-grecaptcha-field/assets/43909932/63b0358c-b866-4948-a441-6e9f8470eb47

GRecaptcha::make('captcha')
    ->label('')
    ->validationMessages([
        'required' => 'You must complete the captcha.',
    ]),
AbanoubNassem commented 5 months ago

check the console does it output any error messages ?

ZayRTun commented 1 week ago

Yes, I am having this same issue, where the it does not reset. And there is no error in the console too.