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 corresponding data contains properties which start with data-*
and values are strings or numbers, then we should automatically assign data properties to the corresponding dom elements with corresponding values
so if data is
{
"name":"test",
"data-name":"test",
}
corresponding dom elements would have data-name="test" attribute
The text was updated successfully, but these errors were encountered:
If corresponding data contains properties which start with
data-*
and values are strings or numbers, then we should automatically assign data properties to the corresponding dom elements with corresponding values
so if data is
corresponding dom elements would have data-name="test" attribute
The text was updated successfully, but these errors were encountered: