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

asHtml not working on computed fields #3

Closed
pehbehbeh opened this issue Sep 15, 2018 · 2 comments
Closed

asHtml not working on computed fields #3

pehbehbeh opened this issue Sep 15, 2018 · 2 comments

Comments

@pehbehbeh
Copy link
Contributor

Hey, just wanted to let you know, that the asHtml ist not working as in Nova core. This will not work:

Text::make('Example', function () {
    return view('example')->render();
})->asHtml(),

The displayed contents should not be escaped.

@beliolfa
Copy link
Contributor

Added support in 0.1.10. Thanks for the warning!

@pehbehbeh
Copy link
Contributor Author

Thanks, you guys are the best!

beliolfa pushed a commit that referenced this issue Oct 30, 2018
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