Skip to content

Infolist inside modal #9586

Answered by coolsam726
clinvest asked this question in Help
Nov 11, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Assuming you are asking about adding an infolist to an Action, you can simply use infolist as follows:

Actions\Action::make('my-action')->label('My Action')->infolist([
      TextEntry::make('name'),
      TextEntry::make('description')
  ])

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@clinvest
Comment options

@eliezerben
Comment options

Answer selected by clinvest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants