Elijah Mooring
Elijah Mooring
This prop would directly set the autocomplete value on UIInput. https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands
It appears that the block prop on `UIButton` is not working. https://svelte.dev/repl/b256f8934be64692898fd7d67c1ef3fa?version=3.9.2
A `text` prop on button might be nice. Take a look at this code: ```html ``` Wouldn't it be nice if it were to show a label under the icon...
The MDC component just has to go. It would greatly improve the quality of UIInput if the MD component wasn't there.
If the `label` prop is specified, then Switch would become a block element that gets no shorter than `48px`, and just as tall as the label forces it to. There...
Not super urgent because us M1 Mac people can just run the wasm version, but it would be quite nice to have...
When running any `dep` command, I get this error: ```sh Check https://deno.land/x/[email protected]/lib/cli.ts error: Uncaught TypeError: TS2322 [ERROR]: Type 'boolean | RegExp' is not assignable to type 'RegExp'. Type 'boolean' is...
### Describe the bug `*.v` files that are not in the `src` folder do not appear to be fully analyzed. Here is a screenshot from VS Code:  As you...