Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.
This repository was archived by the owner on May 16, 2024. It is now read-only.

Missing help Text feature #30

@tassilogroeper

Description

@tassilogroeper

Thank you for providing this nice package.

I found myself wondering, why the basic help text feature was not working. When using this field as the other basic fields from nova, the help function does not yield any result.

e.g.

            Checkboxes::make('My Checks')
                ->help('Please tick one of the boxes') // not visible in the frontend
                ->options([ 1 => 'one', 2 => 'two']),

Looking into resources/js/components/FormField.vue:2, the default-field-tag is missing the attribute show-help-text and provide it with the showHelpText-variable coming from the FormField-mixin.

<default-field :field="field" :errors="errors" :show-help-text="showHelpText">

Please update the vue component accordingly.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions