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

Textfield asHtml not work in action #561

Closed
approached opened this issue Sep 14, 2018 · 1 comment
Closed

Textfield asHtml not work in action #561

approached opened this issue Sep 14, 2018 · 1 comment

Comments

@approached
Copy link

Hi @ all

i try to add a textfield asHtml but it doesn't work in actions.

Example

    public function fields()
    {
        return [
            Text::make('Hello', function () {
                return 'Hello World';
            })->asHtml(),
        ];
    }

In resource classes it works perfect. Reference: #280

@davidhemphill
Copy link
Contributor

Computed text fields don't display on forms of any kind. They're only for showing on the index/detail pages.

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

2 participants