All Questions
10 questions
0
votes
0
answers
44
views
Is it possible to automatically close a tab in a browser if there's history in it?
Right now I can automatically closed my tab after clicking on the save button and when there's no history in the brower. But due business's requirement, I need to perform that same behaviuor even if ...
1
vote
0
answers
906
views
React / MUI Datagrid keeps reference to old rows causing memory leak
In my React app I have the following component structure:
Component A (Home.js):
has state that keeps an array of 10 Objects
has a child Component B, which it passes that state to
has a method that ...
-1
votes
1
answer
567
views
Is there way to disable credential suggestion in react js
I am searching a solution to disable managed credential suggestion from browser in react js web page, so is there a possible way to do that?
thank you
I have tried with autoComplete=off attribute and ...
1
vote
1
answer
646
views
Mui Snackbar autoHideDuration gets paused when page/tab is out of focus
I've been using MUI Snackbar and its autoHideDuration option but while testing I noticed that when the page is out of focus, like when you go to another tab, it's paused and the snackbar stays ...
1
vote
1
answer
153
views
Remember checked options for user on form. Material UI/React
Looking for the best way to cache a users checkbox selections with material UI the browser/react. I would prefer to just use the browser and temporary storage as the options only need to persist if ...
9
votes
2
answers
5k
views
Material UI 5: How to know when Collapse transition is finished?
My code
<Collapse
in={expanded}
onTransitionEnd={() => console.log('finished')}
>
<div>foo</div>
</Collapse>
What's wrong
The callback (...
4
votes
1
answer
1k
views
How to find out style applied based on component props in material Ui v5 through browser dev tools?
In Material UI v4 I can find out which styles is applied by component props classname through browser dev tools. This makes easier for me to be able to override the spesific styles of the component. ...
4
votes
1
answer
110
views
Stop browser window from trying to accommodate for the item in Appbar Tabs, maybe?
I learn react JavaScript and now I have this problem.
I have a material ´AppBar´ with material ´Tabs´ that work ok but there is one strange thing happening. When I select a ´Tab´ and populate it the ...
0
votes
1
answer
822
views
How can we remove browser saved password suggestion with material ui textfield
"How can we remove this type of browser suggestion in Textfield inside form tag. User must need to type password without selecting from suggestion"
"Tried to add textfield autocomplete=...
7
votes
1
answer
3k
views
Handling of 'wheel' input event was delayed for xxx ms due to main thread being busy
I was using Chrome version: Version 55.0.2883.75 beta (64-bit) with material-ui (https://github.com/callemall/material-ui) version 0.16.5 with react+react-dom version 15.4.1 and noticed the following ...