svelte-material-ui
svelte-material-ui copied to clipboard
Svelte Material UI Components
https://svelte.dev/repl/1fd3a8255dd94e1bb7650670e64accff **To Reproduce** Steps to reproduce the behavior: 1. Bind prefilled value to Textfield; 2. Emptying value by clicking clear button; 3. Gotcha! Prefix still here. **Expected behavior** As value...
I would like to change the default linear progress height. I used an inline style to set the height of the component but the inner progress bar doesn't follow the...
Hi! I have added a new prop to Autocomplete, it allows for the component to act as a field to append elements to a list. Her's a link with a...
**Describe the bug** It appears that at somepoint sveltekit changed to use package.json's `exports` field instead of `svelte` as the preferred behavior. **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** When we try to use some manual html input element, and then submitting this form, it fails when length is less than specified, although, when using @smui/Textfield,...
Is there a way to determine the cursor position index upon click of TextField with a non-empty string in it? I can't find it in the documentation. Also tried hunting...
**Is your feature request related to a problem? Please describe.** Svelte puts a lot of emphasis on writing forms using html form syntax. That requires `name` properties to create the...
**Describe the bug** Hi, I'm trying to update to SMUI v7, but I am encountering the following errors: ``` Module not found: Error: Package path ./internal is not exported from...
**Describe the bug** First off, AMAZING FRAMEWORK. Probably the best Material framework used so far, with experience using multiple in React, one for Angular, one for Vue, and a different...
**Describe the bug** Hi, I don't know if this is exactly a bug, but in my project, after clean `npm ci`, the `node_modules/@smui` folder is unusually big (2.5 GiB) and...