svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

Svelte Material UI Components

Results 213 svelte-material-ui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The current Button component can only have 2 colors: primary and secondary **Describe the solution you'd like** We should be...

documentation
enhancement

**Is your feature request related to a problem? Please describe.** After switching an input field from a Select Menu to an Autocomplete the previously working "required" behaviour no longer works....

enhancement

**Describe the bug** If you have similar values for an such as "Apple", "Apple Juice" and "Apple Juice Super", if you open the menu and click "Apple", the menu closes...

bug

![svelte warning](https://user-images.githubusercontent.com/8333090/233857215-5a68467f-ce04-42fd-942c-cbaa46fdc2a9.png) I get a warning in vite now with the way this svelte package is imported: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#conflicts-in-svelte-resolve J

enhancement

After an upgrade to 7.0.0-beta.3 the app crashes with Error "@tsconfig/svelte/tsconfig.json" File Not Found Investigating if @tsconfig/svelte was installed, an empty folder "@tsconfig/svelte" was found. Manually installation of "@tsconfig/svelte" fixed...

bug

**Describe the bug** Setting the value of a Select component at the same time the Options are updated causes the Select component's value to change once, and then change again...

bug

**Describe the bug** Icon button ``` ``` in dark theme mode is painted with ``` .mdc-icon-button:disabled { color:rgba(0, 0, 0, 0.38); color:var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)); } ``` which makes...

bug

**Describe the bug** TabBar with urls updates the active tab even if navigation is cancelled **To Reproduce** 1. Create a tab bar with 2 tabs URLS 2. in Tab1, create...

bug

**Describe the bug** When using `BottomAppBar` with the attribute `color:"primary"`, if the attribute `fabInset` is present, the color of the Section will be the wrong one(and not the one of...

bug

I tried to insert an icon component before Header or AccordionHeader title text, without success. In some cases, the icon shows misaligned or text disappear I want to put an...

enhancement