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

Missing help Text feature #30

Open
tassilogroeper opened this issue Jul 13, 2021 · 0 comments
Open

Missing help Text feature #30

tassilogroeper opened this issue Jul 13, 2021 · 0 comments

Comments

@tassilogroeper
Copy link

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

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

No branches or pull requests

1 participant