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

Unable to type text within internal text elements #410

Closed
newsiberian opened this issue Jun 29, 2019 · 6 comments
Closed

Unable to type text within internal text elements #410

newsiberian opened this issue Jun 29, 2019 · 6 comments

Comments

@newsiberian
Copy link

When trying to get text element (textarea) focus, it always loose after the click. The one way I found to typing text, is to keep mouse left button pressed:

Peek 2019-06-30 01-29

@Nickdom1
Copy link

Nickdom1 commented Jul 8, 2019

Saw the solution in a similar ticket, use the enableUserSelectHack prop:

<Draggable enableUserSelectHack={false}> <div> </div> </Draggable>

#384

@anuragmathur18
Copy link

Great!

@cesc1802
Copy link

I have the same issue, thanks for answer :)

@sahilpaudel-pe
Copy link

It worked for me.

@STRML
Copy link
Collaborator

STRML commented Apr 11, 2020

This is fixed in #470.

@STRML STRML closed this as completed Apr 11, 2020
@arpanpreneur
Copy link

Which version was this fixed in?

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

7 participants