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 is not displayed #128

Open
alies-dev opened this issue Jan 29, 2021 · 6 comments
Open

Help text is not displayed #128

alies-dev opened this issue Jan 29, 2021 · 6 comments

Comments

@alies-dev
Copy link

If a field from the nested form has a help text (e.g. Text::make('name')->help('Fullname')), it's not displayed by package

@NoahNxT
Copy link

NoahNxT commented Jan 7, 2022

+1 Same here

@bhargavraviya
Copy link

bhargavraviya commented Jan 28, 2022

+1 Same here

same issue in help text not showing
@yassilah please help

@yassilah
Copy link
Owner

Hi, sorry I'm not maintaining the package right now as I don't have time anymore 😕
See Contributions if you'd like to help!

@yassilah yassilah reopened this Jan 28, 2022
@bhargavraviya
Copy link

hello anyone can help on that point
@alberto-bottarini any other?

@alberto-bottarini
Copy link
Collaborator

I'm not using this field anymore...

Try to take a look at the code, I suppose it's a trivial issue

@bhargavraviya
Copy link

NestedFormSchema
setComponent

protected function setComponent(Field $field)
    {
        if ($field instanceof BelongsTo) {
            $field->component = 'nested-form-belongs-to-field';
        } else if ($field instanceof File) {
            $field->component = 'nested-form-file-field';
        } else if ($field instanceof MorphTo) {
            $field->component = 'nested-form-morph-to-field';
        }
        return $field;
    }

there is no use like text, number, and text area
also nova element like text field no variable like component

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

5 participants