© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
18 replies
xy

Is it possible to open modal with form fields in hint action?

I've tried but it doesn't open the moda with form (text input):


TextInput::make('name')->live(debounce: 500)->label('name')->hintAction(
      Action::make('generate')
          ->icon('heroicon-o-arrow-path')
          ->form([
  TextInput::make('Keywords')->nullable(),
          ])->action(function (Set $set) {
              // do something
          })
  )->required()
TextInput::make('name')->live(debounce: 500)->label('name')->hintAction(
      Action::make('generate')
          ->icon('heroicon-o-arrow-path')
          ->form([
  TextInput::make('Keywords')->nullable(),
          ])->action(function (Set $set) {
              // do something
          })
  )->required()
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

$set on modal form hint action
FilamentFFilament / ❓┊help
13mo ago
is it possible to get value from parent form with form action modal?
FilamentFFilament / ❓┊help
15mo ago
Is it possible to do a dynamic hint action?
FilamentFFilament / ❓┊help
2y ago
Modal Action in Form with Table Modal Body
FilamentFFilament / ❓┊help
9mo ago