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

Allow typeIn on contenteditable elements #793

Closed
ikirkpat opened this issue Apr 13, 2020 · 1 comment · Fixed by #869
Closed

Allow typeIn on contenteditable elements #793

ikirkpat opened this issue Apr 13, 2020 · 1 comment · Fixed by #869

Comments

@ikirkpat
Copy link

Currently, you can only use the typeIn helper on elements that are form elements by default. However, I want to be able to use this on things like divs on which I have set the contenteditable property to true (For things like rich text inputs).

Copy link
Member

rwjblue commented Apr 20, 2020

Ya, definitely seems reasonable. I think we could land it as part of the work to land #778 / #741.

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

Successfully merging a pull request may close this issue.

2 participants