#Show error field without closing modal in custom action
5 messages · Page 1 of 1 (latest)
Hello, i want to show the error message without closing the modal how i can
What does enabledTwoFactor do?
->revealable()
->required()
->live(onBlur: true)
->rules([fn (): Closure => function (string $attribute, $value, Closure $fail) {
if (!Hash::check($value, auth()->user()->password)) {$fail('The provided :attribute is incorrect.');}
}])```