Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help-text not showing on several 3rd party packages #3095

Closed
JonathanDoelan opened this issue Dec 2, 2020 · 3 comments
Closed

help-text not showing on several 3rd party packages #3095

JonathanDoelan opened this issue Dec 2, 2020 · 3 comments
Labels
needs more info More information is required

Comments

@JonathanDoelan
Copy link

  • Laravel Version: 8.16.1
  • Nova Version: 3.15.0
  • PHP Version: 7.4.2

Description:

I’m working with several packages that provide custom fields and are not able to show the ->help('text').

(Example) list of packages:

  • Whitecube\NovaFlexibleContent\Flexible
  • Emilianotisato\NovaTinyMCE\NovaTinyMCE
  • DmitryBubyakin\NovaMedialibraryField\Fields\Medialibrary

Is there a chance that this is a nova issue?

@crynobone
Copy link
Member

@JonathanDoelan have you tried contacting the packages maintainers? They need to implements the support first.

@crynobone crynobone added discussion needs more info More information is required labels Dec 2, 2020
@JonathanDoelan
Copy link
Author

@crynobone They have open issues on their github pages. I was just wondering if something inside nova did change, because it does not look like coincidence to me anymore?

@crynobone
Copy link
Member

Field::jsonSerialize() pass the helpText value from XHR request such as:

image

Each field vue component then need to handle it manually. If they don't then it's not visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info More information is required
Projects
None yet
Development

No branches or pull requests

2 participants