George Iosifelis
George Iosifelis
How do you do a 404 page for routes that don't exist? I"ve tried a Route with no path (just as svelte-routing suggest) with no success ``` ``` any idea?
Hello, Are there any plans to add table support?
Currently when you click the element to open the popover, if you then click the "enter" button it closes it. this is probably because the "setOpen" function is something like...
**Describe the bug** The function `min(5)` doesn't work if the value is a string of numbers ONLY ie: `'123'`. **To Reproduce** Steps to reproduce the behavior: 1. use `min(5)` with...