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

__placeholder__ is not a helper #3

Closed
chadhietala opened this issue Sep 1, 2019 · 1 comment · Fixed by #6
Closed

__placeholder__ is not a helper #3

chadhietala opened this issue Sep 1, 2019 · 1 comment · Fixed by #6

Comments

@chadhietala
Copy link

Tried using this in an existing project. It appears that there may be some weird caching issue in the build.

Screen Shot 2019-09-01 at 4 30 00 PM

   <input
     required
     {{on "input" (set this.username (get _ "target.value"))}}
     class="form-control"
     placeholder="Email"
     type="email">
@pzuraq
Copy link
Collaborator

pzuraq commented Sep 2, 2019

I was wondering if the helper name would cause any issue, any chance the project has a custom resolver at all? May need to pick a different name for the placeholder helper that follows the more standard naming rules

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

Successfully merging a pull request may close this issue.

2 participants