Feature Request: Preview data in the Action modal #5978
Replies: 2 comments
-
|
This already seems possible (mostly) when using dependent fields. Having each field support its detail mode when editing to support the feature you're describing would be likely prohibitively difficult for a niche feature, ya know? It probably makes the most sense to build a custom field that is solely used for previewing the type of data you need. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, I wasn't sure if it would be complex or simple depending on how the front end components are structured. I tend to avoid custom fields because I want the upgrade path for Nova to be as simple as possible. But my current approach of just using text area fields that are readonly has been sufficient so far. If that changes I'll pursue custom fields. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would love the ability when adding a field to an action modal to keep the field in "view only" mode, not rending an editable form field, but have it render how it does when viewing a resource. This would be useful trying to display data, whether it be from the initial action load, or in the below example, a dependent field:
Ideally in this screenshot, instead of a textarea I could show an HTML-formatted preview.
Beta Was this translation helpful? Give feedback.
All reactions