TextFields inside PopOver loses focus (Especially on typing a decimal point('.'))
See original GitHub issueI 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:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing since no reproduction was provided.
@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?