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 you use "no-update" on a scoped form element, the id of the element isn't correct.
The following marko will generate an id of "s0-0-0-13-s0-0-0-13-input1"
<input id:scoped="input1" no-update />
I don't know if this is a huge issue other than the fact that if I use a "for" tag on a label, the for tag uses "s0-0-0-13-input1", so doesn't match.
Expected Behavior
The id should be s0-0-0-13-input1 or at least should be matched by the "for".
Marko Version: x.x.x
5.1.10
Details
If you use "no-update" on a scoped form element, the id of the element isn't correct.
The following marko will generate an id of "s0-0-0-13-s0-0-0-13-input1"
I don't know if this is a huge issue other than the fact that if I use a "for" tag on a label, the for tag uses "s0-0-0-13-input1", so doesn't match.
Expected Behavior
The id should be
s0-0-0-13-input1
or at least should be matched by the "for".should generate:
Actual Behavior
Possible Fix
Additional Info
Your Environment
Node v14.15..4
Chrome v88
Desktop
Steps to Reproduce
Stack Trace
The text was updated successfully, but these errors were encountered: