Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

input once-attr-name creating strange name attribute #39

Open
cyancdesign opened this issue Jul 15, 2016 · 0 comments
Open

input once-attr-name creating strange name attribute #39

cyancdesign opened this issue Jul 15, 2016 · 0 comments

Comments

@cyancdesign
Copy link

cyancdesign commented Jul 15, 2016

I expected

<input type="radio" once once-attr-name="'question-' + question.id" />
<input type="radio" once once-attr-name="'question-' + question.id" />
<input type="radio" once once-attr-name="'question-' + question.id" />

to result in

<input type="radio" name="question-1" />
<input type="radio" name="question-1" />
<input type="radio" name="question-1" />

but I get

<input type="radio" name="05T" />
<input type="radio" name="05W" />
<input type="radio" name="05Z" />
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant