Allow number attributes to be written with and without quotations #829
Labels
⭕ core team issue
This is for the core team and should not be done by contributors
⌨️ dev issue
Task is for developers
Milestone
Description / User Story
After fixing the show code function by changing the render function last Friday, we noticed with #819 that attributes that are numbers are not working. After some investigation by @ChristianHoffmannS2 and @bar-tay , we found out that currently numbers only work as attributes, when they are written without quotation marks.
<input value=20>
works, but<input value=“20”>
does not currently work. We should find a way that numbers as attributes work both with and without quotation marks.Acceptance Criteria
Background information
The text was updated successfully, but these errors were encountered: