svelte-datepicker
svelte-datepicker copied to clipboard
A lightweight datepicker written in Svelte
Hi, when running npm run build, I get these messages: ``` > vite build vite v3.1.8 building for production... transforming (23) node_modules\@sveltejs\kit\src\runtime\client\utils.js13:52:22 [vite-plugin-svelte] D:/work/nodejs/rstail/node_modules/@beyonk/svelte-datepicker/src/components/Popover.svelte:69:2 A11y: visible, non-interactive elements with an...
Hello, I'm using this DatePicker for Svelte (not Svelte-kit) project with Vite. However the browser's console print this error: ```js Uncaught (in promise) SyntaxError: The requested module '/node_modules/dayjs/plugin/isSameOrAfter.js?v=493692cb' does not...
Fixes #56.
I've updated the vite config to contain the ssr/noexternal/dayjs but I am errors on all files with the "extend" issue, see excertp below: ``` ... 3:40:13 PM [vite] Error when...
Is the svelte source code for the examples on the documentation website available somewhere? That would be a very good way to provide good minimal documentation.
When I using this component with time, I can select date, then click outside the component (without selecting time!) - then it updates its date but date-selected event doesn't triggered!
I have this in my component: ``` import DatePicker from "@deboxsoft/svelte-datepicker/src/components/DatePicker.svelte"; ``` And I get this error on startup: import App from './App.svelte'; ``` const app = new App({ target:...
Hello, thank you for a nice library. Please try to reproduce the following scenario: 1. open range picker 2. click on 30th march 3. click on 1 January The result...
Getting this error when loading a page with the component ``` is not a valid SSR component. You may need to review your build config to ensure that dependencies are...
The datepicker automatically selects a range from today to one month in the future. Is there a way to disable this? I would like the user to select the date...