How to output TextEntry on an edit page.
I am trying to create an order edit page, where some information is just output as an entry and other information is editable, essentially mixing up the View and Edit pages. A good example is the right hand column of the attached screenshot, taken from the Filament example site. The right hand column is just outputting created_at/updated_at dates. How can I implement this?
Also I don't see a field for the "Status" radio options in the screenshot in the documentation. How can I create that?
Thanks!
Solution:Jump to solution
GitHub
GitHub - filamentphp/demo: Source code for the demo.filamentphp.com...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
1 Reply
Solution
Just found the demo github which has it all there π
https://github.com/filamentphp/demo
GitHub
GitHub - filamentphp/demo: Source code for the demo.filamentphp.com...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.