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 does not appear on fields #15

Open
garrettmassey1 opened this issue Nov 18, 2024 · 1 comment
Open

Help text does not appear on fields #15

garrettmassey1 opened this issue Nov 18, 2024 · 1 comment

Comments

@garrettmassey1
Copy link

The nova help() function for fields does not show up on the component.

example:

Text::make('Test Field')->help('this is a test'),

renders like so:
Screenshot 2024-11-18 at 12 20 28 PM

and you can see that the help text does not appear like it should underneath the field's label.

@garrettmassey1
Copy link
Author

This can be fixed by adding :show-help-text="true" to the Settings.vue component. I will update the code and send a PR later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant