svelte-material-ui
svelte-material-ui copied to clipboard
Svelte Material UI Components
**Describe the bug** I followed the [documentation](https://sveltematerialui.com/demo/tooltip/) and tried to see tooltips. The app just crash. Similar to #471 & #474 **To Reproduce** Steps to reproduce the behavior: 1. Install...
Starter code for using svelte-material-ui with Sapper. NOTE: of course the README file can be updated and even the example moved to your own repository but here you have a...
**Describe the bug** See image below. This only happened to outlined variant. **To Reproduce** Steps to reproduce the behavior: 1. Add outlined textfield 2. Click it Code: ``` Helper Text...
It appears that there is some issue programmatically setting the Select component to be focused. The following does not actually focus the Select component, but it works fine with a...
**Describe the bug** The Slider component doesn't visually reflect updates to the `max` prop (the underlying range input does correctly get an updated `max` attribute, though) **To Reproduce** https://svelte.dev/repl/a67aeecf3b334778b3640f8aadb2d1e1?version=3.38.2 1....
**Describe the bug** ENOENT: no such file or directory, open '/Users/repo/GitHub/peakVTT/node_modules/@material/dom/index.ts' Error: ENOENT: no such file or directory, open '/Users/repo/GitHub/peakVTT/node_modules/@material/dom/index.ts' **To Reproduce** Steps to reproduce the behavior: 1. Follow the...
**Describe the bug** I'm using smui with SvelteKit, adapter-node and building on Docker (node:17). Weird thing is that building on my laptop with the same node version does not reproduce...
**Describe the bug** Adding a TextField with HelperText inside a FormField will show the helper text on the right side of the text field, instead of displaying it below. **To...
**Describe the bug** The `Select` element is not setting the correct _max height_ when applying the `menu$fixed={true}` prop to it. The Select is contained within a Dialog. **To Reproduce** Open...
**Describe the bug** The `` component no longer sets a dynamic `max-height` that adjusts with the available vertical space on the page. **To Reproduce** Steps to reproduce the behavior: 1....