Martin Skočík
Martin Skočík
This can't be done. It is on purpose. Why would you want to show something, that can become invalid/disappear in next second? But using `fetchDebounceTime={0}` might help to fetch results...
> Just from the first sight, it seems that the definition is more verbose. Hard to see this is the way. I agree. More verbose and harder to read. That's...
I have an use case where I fetch "extended" entity with properties that are not available in original table. Something like: ```php /** * ... * @property-read DateTimeImmutable $changedAt */...
I suggest adding [demo](https://svelte.dev/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0) from "Advent of Svelte" blog post to documentation itself. I believe it makes things obvious for the reader. I had to look up the demo few...
That's not possible through some prop. But it's possible, because it's still javascript. You would need to define `inputId` prop and after mounted you need to attach classic `onKeyDown` event...
Is it happening outside stackblitz? It's the same demo as is on project's homepage. And it's not experiencing the same issues. Although website is not running the latest svelte nor...
Thanks for investigation, I will try to fix it on my side next week, hopefully 🤞
You could do this by yourself on mount and also on every change. I know it's cumbersome. I can think about it, what would be the best way to do...
@jochienabuurs What about solution that you add those data attributes yourself after mount and after change on underlying `` element yourself? Why can't you work with data from `onChange` listener...
This behavior is intentional. To be able to toggle dropdown without triggering focus. Especially practical on mobile