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'm not sure I understand. You can't really do much with an input or textarea on their own if they're not within a form? I guess JavaScript on the page could interact with it, but at that point you should probably just use Element instead? Maybe the thing we should do is add some modifier methods to Element?
From the API it looks like you can only interface with forms. However, some web pages don't use them.
I would be nice to be able to interface directly with input elements like
input
andtextarea
The text was updated successfully, but these errors were encountered: