Martin Skočík

Results 22 issues of Martin Skočík

I had issues with validating `el-svelecte` with `mutliple`. It returns array with _empty_ value: `[""]`. Check how native `` behaves. It should behave the same.. so it's probably bug.

bug
custom-element

Based on [wai-aria-practises](https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html) and take an inspiration from [react-select](https://github.com/JedWatson/react-select/blob/9009a153c059474117a7696f9f7a0914ad80acc0/packages/react-select/src/accessibility/index.ts) and [svelte-select](https://github.com/rob-balfre/svelte-select/issues/286)

enhancement
help wanted

I can imagine better docs - more examples, more straightforward and clear. - [ ] Rework the whole package to svelte-kit. - [ ] Better examples: - [ ] basic...

documentation
refactoring

Would be great to have tests in place. Especially for virtual list, where Svelecte relies on svelte's internals and can potentially break in the future. Help is appreciated.

enhancement
help wanted
good first issue
priority:low

Would be nice to for mobile devices to show list only on focus, and on second click start typing.

enhancement
priority:low
nice to have

Would be nice to have it the same way as with Svelecte component. Separate js and css file for fast include without need to build and also to support ES...

enhancement
priority:low
custom-element

> Ugh, finally got it. We're using Vite with the `@sveltejs/vite-plugin-svelte` plugin. > > It's caused by one of the compile time Svelte options. > > ``` > compilerOptions: {...

enhancement

- add control buttons to timepicker ('ok', 'cancel', 'keyboard') - `ok`, `cancel`: - provide way to buffer currently selected time until button is pressed - `keyboard`: - with 'keyboard' add...

enhancement
future

**Problem:** I have a situation where I would need different `shutdown_handler` instead of default 'Server error error 500'. _Example:_ - Ajax request generating huge download bundle and in some edge...

Just minor thing. There is mismatch between `$key` param definition in these two. `IRequest` has `string` type, but `Request` has correct `string|string[]` type.