-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Table] Input not focused inside table #4444
Comments
Hi lucianprobyte, |
@lucianprobyte looks like a solution is available. Closing this issue for now |
@yulric I came across a similar situation. According to your solution, setting the table selectable prop to false will make the check box on the left unelectable too. What should I do if i still want the check box to be selectable? |
@yanisvieilly I have the same problem.. I create a Webpack bin describing that. @aahan96 I think this is not a solution, it's just a workaround, maybe its better to keep this issue opened Versions
|
Ugh, sign me up for this issue as well... I too am trying to add an input field into the table and want selectable rows. |
Same here. I need the table to be selectable and the input to be usable at the same time. |
@dchdimitrov Please open a new issue if this still happens in the latest version. We're not supporting version 0.x anymore. |
Problem description
I have an input inside of each TableRow and when I click on it doesn't get focused. This issue is happening in web-kit browsers like Chrome, Opera, Safari. On IE 11 is working well. Here is my code:
Versions
The text was updated successfully, but these errors were encountered: