Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support interfacing with input elements directly #16

Open
vitiral opened this issue Apr 13, 2018 · 1 comment
Open

support interfacing with input elements directly #16

vitiral opened this issue Apr 13, 2018 · 1 comment

Comments

@vitiral
Copy link
Contributor

vitiral commented Apr 13, 2018

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 and textarea

@jonhoo
Copy link
Owner

jonhoo commented Apr 14, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants