theroozbeh / vue2-persian-datepicker

A vue component that provides datepicker for persian developers
MIT License
99 stars 18 forks source link

How to select year !? How to type date !? #16

Closed RezaPouya closed 6 years ago

RezaPouya commented 6 years ago

how can I select year !? and how can I type date in selected format directly !?

//=========== update :

thanks , I developing a website for a company and they have to use large screen , mouse and keyboard for their display and input devices , so having formated input will ease their users ....

and what about selecting year !?

I want to use this DatePicker for BirthDate and right now , I have to click more than 40 times to set year of customer's birth date to something like 1356 and this is nightmare !!!

I just decide to use Vue for this project in day before yesterday and I'm relativity new in this field ,, but If I had time to work more with Vue and find any solution for these problems , I would share it with you ...

thanks for your effort ...

theroozbeh commented 6 years ago

For responsive reasons I disabled the input so you cannot type date into input textbox. The problem was that when a user clicks on input the virtual keyboard will cover the dialog. So it is annoying for your users. If you have any ideas for fixing this issue tell me so I can implement it For selecting years you can go to months and then change the year by moving forward or backward in years.

theroozbeh commented 6 years ago

Non the less I will add an option too overwrite this property.So you can enable the textbox if you need to.

theroozbeh commented 6 years ago

please open an another issue for selecting year