Elijah Mooring

Results 23 issues of Elijah Mooring

This prop would directly set the autocomplete value on UIInput. https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands

enhancement

It appears that the block prop on `UIButton` is not working. https://svelte.dev/repl/b256f8934be64692898fd7d67c1ef3fa?version=3.9.2

bug
high priority

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...

enhancement
low priority

Why have `href` if there is no `newTab` option?

enhancement
waiting

Ripple could use the `href` and `newTab` props.

enhancement

The MDC component just has to go. It would greatly improve the quality of UIInput if the MD component wasn't there.

enhancement
improve quality

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...

enhancement

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: ![image](https://github.com/vlang/v-analyzer/assets/45398751/b778a23c-9b6e-4657-8d23-b9f68bc2fcc3) As you...

bug