question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can add help text?

See original GitHub issue

I want to add help with my field like this :

NovaTinyMCE::make(__('Description'), 'description')
                    ->rules('required')
                    ->options([
                        'height' => '500',
                    ])
                ->help('Here is my help'),

Can you give me suggestions that how can I add help text?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
crynobonecommented, Dec 2, 2020

This package need to implements helpText support under components/FormField.vue. Not Laravel Nova issue.

0reactions
emilianotisatocommented, Jan 13, 2021

Sorry the delay guys. This is now merged and added to latest tag 1.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add custom Help text to a form template - Microsoft Support
On the View menu, click Manage Views. · Under Actions in the Views task pane, click Add a New View. · In the...
Read more >
Adding Help Text - Perch CMS documentation
One way is to add help text to edit forms and individual fields. To add a block of help text at the top...
Read more >
Adding help text for standard field - Salesforce Developers
Hi, Sujit, Here's a workaround: You can create a custom field to hold the help text. Make it a text field and enter...
Read more >
Help Text: Which Formats Work Effectively (And Which Don't)
Place Holder Help Text is a method of providing hints inside of a form field. Typically these will be hints on what is...
Read more >
How to add help text for a field over the incident form
I am aware of what has been mentioned by you if I add the text in hint it will be visible only when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found