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
Not sure this can be fixed in the plugin as the input's connection is on the ASTNode rather than the input itself. See ASTNode.findFirstFieldOrInput in core.
MakeCode has blocks that use progressive disclosure to hide fields but the keyboard navigation will happily visit the non-visible inputs.
State before the hidden input:

After pressing right there is no visible cursor:

Expanded via + button to show hidden input

Not needed for user testing.
The click handlers for the +/- buttons bottom out at
input.setVisible
.The text was updated successfully, but these errors were encountered: