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
I like the DRY principal of using data-bind:value="@name" for binding the value of input elements, but I find "@name" is a bit confusing when explaining it to people for the first time ("this binds the value where the key is the value of the current name attribute").
I think it would be easier to have this shorthand by making @ a synonym for @name, as it's so common to bind a value according to the name attrbiute.
The text was updated successfully, but these errors were encountered:
I like the DRY principal of using
data-bind:value="@name"
for binding the value of input elements, but I find "@name" is a bit confusing when explaining it to people for the first time ("this binds the value where the key is the value of the current name attribute").I think it would be easier to have this shorthand by making
@
a synonym for@name
, as it's so common to bind a value according to thename
attrbiute.The text was updated successfully, but these errors were encountered: