question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TextFields inside PopOver loses focus (Especially on typing a decimal point('.'))

See original GitHub issue

I can’t reproduce with https://csb-3vhkt-pzvq6bgro.vercel.app/ built from https://codesandbox.io/s/material-ui-issue-forked-3vhkt?file=/package.json. I used @material-ui/core@4.11.0 though so the issue might’ve been fixed between 4.5 and 4.11

_Originally posted by @eps1lon in https://github.com/mui-org/material-ui/issues/23199#issuecomment-713823310_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
eps1loncommented, Jul 13, 2021

Closing since no reproduction was provided.

0reactions
eps1loncommented, Jun 30, 2021

@thanmaic Could you include the code in https://next--material-ui.netlify.app/r/issue-template-next so that we can easily reproduce the problem?

Read more comments on GitHub >

github_iconTop Results From Across the Web

TextField loses focus when on PopOver menu #6759 - GitHub
The inputText while inside a popOver menu loses focus, probably due to a bubbling up of some keyBoard event.
Read more >
Prevent auto focus of a material-ui popover element
I was able to make it work using a combination of autoFocus={true} and the onFocus={this.showPopover} event on the <TextField/> . The only issue ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found