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
Define and implement the web version of an m-input tag that can be added as the direct child of m-interaction to allow requesting values from a user when submitting the enclosing interaction.
This would also benefit from introducing a label attribute to m-interaction to separate the meaning between an internal reference to the input/interaction and the presentation of that element to the user and also using those same semantics in the m-input element (e.g. name="songName" with label="Song Name").
Define and implement the web version of an
m-input
tag that can be added as the direct child ofm-interaction
to allow requesting values from a user when submitting the enclosing interaction.This would also benefit from introducing a
label
attribute tom-interaction
to separate the meaning between an internal reference to the input/interaction and the presentation of that element to the user and also using those same semantics in them-input
element (e.g.name="songName"
withlabel="Song Name"
).Example code:
The text was updated successfully, but these errors were encountered: