Skip to content

Commit

Permalink
Merge pull request lara-zeus#20 from lara-zeus/make-live
Browse files Browse the repository at this point in the history
making data input live onBlur
  • Loading branch information
atmonshi authored Feb 24, 2024
2 parents bec0406 + 6712873 commit d2f9f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/Qr.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static function getFormSchema(
): array {
return [
TextInput::make($statePath)
->live(onBlur: true)
->formatStateUsing(fn () => $defaultUrl)
->visible($showUrl),

Expand Down

0 comments on commit d2f9f5e

Please sign in to comment.