Textare field not rendered on Index Page #4588
-
Description:With the following code Textarea::make('Name')
->alwaysShow()
->showOnIndex() the textarea field only gets rendered on the detail & form pages, but the index page shows nothing. When I inspect the element in the browser, the following is shown: <index-textarea-field class="text-left" field="[object Object]" resource="[object Object]" resource-name="achievement-levels"></index-textarea-field> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@SteffenAuer The bug is to display the column, when nothing should be displayed. For some specific situation, I use this tooltip package, might be what you need |
Beta Was this translation helpful? Give feedback.
-
It is not intended behavior for the Textarea to be seen on the index view. In the latest version of Nova, we'll throw an exception when calling this helper to inform the user instead of failing silently. |
Beta Was this translation helpful? Give feedback.
It is not intended behavior for the Textarea to be seen on the index view. In the latest version of Nova, we'll throw an exception when calling this helper to inform the user instead of failing silently.