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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Then type a space right after the empty attribute "checked." You will see attribute hints.
Type "a" and select "accept" from the attribute hints.
Result: accept="|" gets inserted into the page and tag hints pop up for the cursor position inside the quotes. If you don't type checked in step 1, then you see all the attribute values for accept attribute.
Expected: Should show attribute value hints for accept attribute.
The text was updated successfully, but these errors were encountered:
<input checked
in an html page.Result:
accept="|"
gets inserted into the page and tag hints pop up for the cursor position inside the quotes. If you don't typechecked
in step 1, then you see all the attribute values foraccept
attribute.Expected: Should show attribute value hints for
accept
attribute.The text was updated successfully, but these errors were encountered: