Magnus Havgry
Magnus Havgry
Hmm, what I don't get is why there's a difference between initializing with a default timezone explicitly and initializing without and then using goto. The end result should be the...
Have you tried setting `content-length` manually? See https://github.com/sindresorhus/ky/issues/514
@luventa, this has to be addressed. Currently there are 3 related unresolved issues (#27, #45, #56) and 2 pull requests which are workarounds (#54, #61). List all the devDependencies and...
The value of the `inputClass` prop is passed to the `:class` binding, so yes it should accept an object or an array, but if you just want to pass static...
This is simply a Vue implementation of flatpickr and thus requests for new features and discussion thereof not related to the actual implementation is better directed at the flatpickr repo....
Assuming you're using the `v-model` binding you can simply set the value of your data property to `null`. That should clear the input field.
Hmm, so while the underlying value is changed the actual input isn't cleared. I've submitted a pull request here: #69 Btw I don't believe your `@input="setDate"` binding is necessary.
Goddammit. I totally missed that one. I think my approach is better although the difference is negligible.
Good question! It's a trivial merge. Unfortunately, it doesn't seem like @fundon nor @luventa currently have much interest in doing the basic maintenance required.
I agree. Passing a Date object or a Unix timestamp works perfectly well and is probably preferable as it doesn't rely on string parsing. Keep in mind that currently a...