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

Bug: Null coalescing operator in attribute removes curly braces #32

Closed
chasegiunta opened this issue Feb 5, 2020 · 3 comments
Closed

Comments

@chasegiunta
Copy link

<input type="text" name="fromName" value="{{ fromName ?? ' ' }}" />
<input type="text" name="fromName" value="fromName ?? ' '" />
@twbartel
Copy link
Collaborator

twbartel commented Feb 6, 2020

Will check, thanks!

@twbartel
Copy link
Collaborator

twbartel commented Feb 7, 2020

Hey Chase, I just published v0.3.9 which should fix that issue. Thanks again for reporting!

@chasegiunta
Copy link
Author

Awesome, works great. Thank you!

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