Results 20 comments of Punit Soni

Duplicate - https://github.com/mui/material-ui/issues/33809

## Before ![image](https://user-images.githubusercontent.com/11643426/181690666-3f328da8-6eb8-4da8-90ae-442c4a811568.png) ## After ![image](https://user-images.githubusercontent.com/11643426/181689815-79f10eff-c8da-4800-89be-66557485068d.png) ![image](https://user-images.githubusercontent.com/11643426/181689865-bfd673a1-5d9e-4f9c-8a18-a321623496e0.png)

@ritwaldev The fix was actually simple, the type of IconButton was `submit` and when you click on those `submit` typed button, the page refreshes. Just changed the type from `submit`...

@DoParkEQ You can disable that thing by code as well just replace your onKeyDown from `onKeyDown={() => console.log("key");}` To this `onKeyDown={(e) => { console.log("key"); e.preventDefault() }` `e.preventDefault()` will ignore onClick

@naman9199 You can directly create a PR.

@lindapaiste Can you provide a codesandbox with example how you are going to use the exisisting colorInherit or colorPrimary or colorSecondary please ? Use this [codesandbox](https://codesandbox.io/s/material-ui-issue-latest-s2dsx) to prepare sample code

@Zetta56 I guess someone has already create a duplicate issue #33246 and created a PR [33801](https://github.com/mui/material-ui/pull/33801)

> > I guess someone has already create a duplicate issue #33246 and created a PR [33801](https://github.com/mui/material-ui/pull/33801) > > @PunitSoniME That issue is for Chip component, this one is for...

@oliviertassinari Can you please review this one ? Thanks

@mnajdova Description added with links and fixes in the Issue - #33781