episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Need to handle mutliple SSN elements on one page #428

Closed danielruss closed 11 months ago

danielruss commented 11 months ago

Issue raised in episphere/questionnaire#287 SSN does not allow for an id to be set, and guarenteeIdSet assigns the same id to multiple SSN element.

I see two potential fixes: 1) allow SSN to add a Id to the markup. 2) make sure guarenteeIdSet does not assign the same Id to multiple element. 3) all of the above.

danielruss commented 11 months ago

Not an bug |SSN|id=Id| works.