mst101

Results 25 comments of mst101

I just had a look at [Mr. Wook's fork](https://github.com/sumcumo/vue-datepicker) of this project and he appears to introduced a number of new errors e.g.[stripping out a whole of props](https://github.com/sumcumo/vue-datepicker/issues/30)... Proceed with...

You're quite right Mr. Wook. I'm sorry - I was mistaken and take it all back. ;-) I may even have a go at adding some keyboard support to your...

After my initial (misplaced) scepticism - and having checked out many other forks of this project - I'm firmly of the opinion that the @sum.cumo/vue-datepicker fork maintained by MrWook is...

Good news! If you're looking for a fork of this vuejs-datepicker project which has implemented keyboard support, check this out: [https://sumcumo.github.io/vue-datepicker/](https://sumcumo.github.io/vue-datepicker/) It was a lot more difficult than I expected...

I've just implemented keyboard navigation on another open source Vue2 datepicker project: [https://sumcumo.github.io/vue-datepicker](https://sumcumo.github.io/vue-datepicker) - and it was quite a challenge! The datepicker I worked on is a pure date picker...

In my case, the issue was caused by an old version of nuxi which I had installed globally on my machine via `pnpn install -g nuxi`. Upgrading nuxi by running...

Hi @MrWook! I'm sorry to hear you no longer wish to maintain this project and fully understand that you might like to invest your efforts elsewhere. Thank you for the...

Hi @brandonburkett. I'm happy to continue contributing to the project, but don't want to take it on all by myself. There's a lot to be said for someone else reviewing...

Not currently... but you can get around this with something like the following: ``` vue ``` N.B. I added an `open-date` as without this, the calendar opens on today's month...

You're welcome. Personally, I'm not a great fan of the way these to/from dates work currently... I'd prefer it if they were INCLUSIVE i.e. in the above example, you would...