Martin Skočík

Results 55 comments of Martin Skočík

Did that, anything else I should do?

> I see that the select for the package manager is still on the old style. I am not sure what you mean by old style. You mean input size?

CustomEvent has only `detail` property defined, which represents value, not element itself. Provide REPL which is not working and I can show the workaround. On 9. 9. 2022 21:14, azizelmadini...

Svelecte supports `validatorAction` property, which is designed to be hooked to the underlying `` element as an action. Your given example doesn't work in svelte REPL, so I can't provide...

I've just added `change` event in the `3.9.6` version, previously there was only `input` event to hook your handler to.

Check how I did it here [REPL](https://svelte.dev/repl/9b1ecd086e86439fa2fbebfb70f792a4?version=3.50.1). I had to copy-paste required logic from svelte-forms-lib and replace `validationSchema` by `validate` prop to make it work. (IMHO I wouldn't use this...

I see, although I wasn't able to reproduce it myself so visibly. Is this issue looking for you also on svelecte documentation page?

@FluffyDiscord let me know if it's fixed for you.

Can you provide replicable issue in svelte REPL? Would be much easier to fix. I can't reproduce it on my android phone now. Disabling input is not good, because it...

Issue is somewhat present in the docs. I can see on my device, that I am getting word suggestions, but nothing is being typed or shown. The problem is that...