-
- [x] Days of the week should have same colour as disabled days
- [x] More padding on the headers
- [x] Arrows with the same design as the original datepicker
- [ ] OK button with better wording
-…
-
I read other issues describing this problem but i cant find any solution:
I recieve a blank page building my app with "npm run build"
GET file://src/main/index.html
404 File not found
![err…
50l3r updated
4 years ago
-
Hello, thank you for this beautiful component, I just have a problem when I click on a date I got this error in console
![image](https://user-images.githubusercontent.com/7983536/58280917-03985680-7d…
-
https://github.com/mengxiong10/vue2-datepicker/pull/295
and many another MR opened...
-
I'm located in Canada and tests fail when I run them.
I change my timezone to China, run the tests again, now everything passes.
Tests should pass no matter what timezone I'm located in.
-
I pick the date "Dic 2019" in Spanish, but the input says "Dec-2019" in english. I would expect the input text "Dic-2019"
thanks
-
#### My method :
```
async print() {
const el = this.$refs.printMe;
const options = {
type: 'dataURL'
}
this.output = await…
-
Is there a way to not only have dates disabled, but to not even show the dates? Foe example, I would like to not let the user toggle back to year < 0.
-
I had an issue where the datepicker module was not showing on my application.
By adding the following line in my main entrypoint I was able to see the datepicker
`import 'vue2-daterange-picker/d…
RCady updated
5 years ago
-
Thanks for this great tool.
How I can remove the selected values?
I am using ajax options and I can set selected to null again and items to [] but the entered text is always there even after sett…