You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it doesn't exist yet, it'd be a nice feature to have some way of making it possible via syntax.
The reason being that one might have some library (f.e. imagine a jQuery plugin) that looks for certain attributes in the DOM in order to apply behaviors.
<!-- Suppose it looks to see how many photos to paginate in a slider: --><divphotoflow="5"><imgsrc="..." /><imgsrc="..." /><!-- ... --></div>
Someone migrating to Surplus would still want for that to work, and for the attribute to exist on the element.
How can we force a non-hyphenated prop to be set as an attribute instead of an instance variable? Is there a way?
The text was updated successfully, but these errors were encountered: