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

**Describe the bug** `` does not handle `input$readOnly` attribute correctly. Tested with SMUI version `7.0.0` **To Reproduce** Steps to reproduce the behavior: 1. Use `` 1. Use `` Idea for...

bug

**To Reproduce** Include Tailwind to your Project ```html ```` **Screenshots** ![image](https://github.com/hperrin/svelte-material-ui/assets/100142218/2652b077-6b37-4181-9d45-302b558217ea) **Additional context** SMUI is missing to set explicetly border top, left, right to 0 adding this to tailwind css...

bug

- Should fix: https://github.com/hperrin/svelte-material-ui/issues/538. - Same report at Discord: https://discord.com/channels/833139170703704115/1228040959670091787 Approach ==== Without this change, the `Select` component doesn't know the `Options` (items in the internal `List` component) after `onMount`....

> Error: Your application, or one of its dependencies, imported from 'svelte/internal', which was a private module used by Svelte 4 components that no longer exists in Svelte 5. It...

bug

```css .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label { color: rgba(255, 62, 0, 0.87) } ``` this rule has hardcoded color instead using a css variable. with css variable its easier to overwrite in specific...

enhancement

**Describe the bug** The `` will respect `style` and `required`, for example: ```` ... ```` However, `` does not. Would you please add support for these? The following work around...

bug

Vite's [Static Asset Handling](https://vitejs.dev/guide/assets) can be helpful to mention in the instructions for theming SMUI. Notably, it solves the problem of stale caches after you deploy an updated SMUI theme...

![image](https://github.com/hperrin/svelte-material-ui/assets/67053124/6a362e02-1064-40b6-aa34-76c6b7c3ef46) ```html ```

bug

this is a question not a bug report. I am looking at an existing project and it has ``` "svelte-material-ui": "^7.0.0", ``` in `dependencies`. I am trying to understand if:...

question

**Describe the bug** Binding value of Textfield on v8 alpha with svelte 5 makes Typescript complain: `Type 'string | number | null' is not assignable to type 'string'.` **To Reproduce**...

bug