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

While using an Icon from @smui/common : > Cannot read properties of null (reading 'SmuiElement') > TypeError: Cannot read properties of null (reading 'SmuiElement') > at CommonIcon.svelte:33:32 Seems that there...

bug

**Describe the bug** [Banner](https://sveltematerialui.com/demo/banner/) does not adjust its height to dynamic content. **To Reproduce** 1.Create test page as below: ``` import Banner, { Label } from '@smui/banner'; import TopAppBar, {...

bug

**Describe the bug** Why not just ``` export let sortDirection: SortValue; ``` in https://github.com/hperrin/svelte-material-ui/blob/master/packages/data-table/src/DataTable.svelte#L121 ? **Expected behavior** Setting sortDirection using enum values from `@material>data-table>constants.d.ts` ``` /** * Sort values defined...

bug

**Describe the bug** there is no type checking on any of the events, which is making it very difficult for me to figure out what events are available for each...

bug

**Describe the bug** Forcing initial button focus in dialog with 2 buttons using `defaultAction use={[InitialFocus]}` like on https://sveltematerialui.com/demo/dialog/ does not work when one button or two buttons are rendered conditionally...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Press F5 on any page **Expected behavior** A clear and...

bug

Can you add `@material/dom` as dependencies for `smui-theme` ? Because when using it with `npx` it crashs Related to [!439](https://github.com/hperrin/svelte-material-ui/issues/439)

bug

**Describe the bug** FloatingLabel.float(false); does not make the label stop floating. **To Reproduce** Steps to reproduce the behavior: 1. Add a Textfield with a value and a bind for the...

bug

**Describe the bug** When I click on the result I want with autocomplete, it ends up running a search for the text of that result. I'm selecting objects from a...

bug

When I try to look at the example code for the sticky table it throws a 404 https://sveltematerialui.com/demo/data-table/

bug