Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please implement date picker #4

Closed
mygnu opened this issue Oct 15, 2016 · 40 comments
Closed

please implement date picker #4

mygnu opened this issue Oct 15, 2016 · 40 comments

Comments

@mygnu
Copy link

mygnu commented Oct 15, 2016

I've looked at a lot of vue-material they are either old and not compatible with Vue@2 or incomplete and an inconsistent. i like the aim for this package

Vue Material is lightweight framework built exactly according to the Material Design specs.

I would love to see date and time picker implemented as well

@marcosmoura
Copy link
Member

marcosmoura commented Oct 15, 2016

Yeah. This is definitely on my roadmap. I will finish the documentation, then I will release like as it is and then I will focus on new components. You can take a look at the projects tab, then you go to New Components and you'll see all items on my roadmap. It's not ordered by the top priority yet but I'll try as hard as I can to start with those pickers.

Thank you.

@mygnu
Copy link
Author

mygnu commented Nov 16, 2016

hey @marcosmoura can you please prioritize this with the 0.05 release, It would be nice to have feature with dialogs (this would help me with my app)

@marcosmoura
Copy link
Member

marcosmoura commented Nov 16, 2016

Well. I don't know yet. To be honest this is not an easy and trivial component. Deal with dates is a difficult job. 
But don't worry. I will develop a time and date pickers.
Probably this will be developed after release 0.6.0. So I'm sorry for making you to wait a little bit to use those components. 😉

@mygnu
Copy link
Author

mygnu commented Nov 17, 2016

No worries mate, I really appreciate your work. I have been using an abandoned vue1 project that I modified to vue2

@marcosmoura marcosmoura modified the milestone: v0.7.0 Dec 6, 2016
@ragamuffinguil
Copy link

Hi @marcosmoura same request as above (please implement time and date selector). thanks in advance. ;)

@vuchl
Copy link

vuchl commented Dec 6, 2016

Maybe you guys can check out this repo in the meantime :https://github.com/bastienGranger/vue-material-datepicker . It needs tweaaking but can be customized to fit into the theme.

@marcosmoura
Copy link
Member

Sorry about the delay to develop this component, but other things was prioritized.
Already in development!!

@mygnu
Copy link
Author

mygnu commented Jan 11, 2017

All good mate. Great work overall!!!

@matthiasg
Copy link

You should look at http://element.eleme.io/#/en-US/component/date-picker for reference. Those selectors are pretty top notch.

An issue with most date and/or datetime selectors is the missing mobile support though. In a mobile scenario I would usually either expect the dialog to be full screen or (one devices with good support) use the built-in methods. Sadly those built-in methods, while looking really good, don't offer features such as select from-to or week etc.

@marcosmoura
Copy link
Member

marcosmoura commented Jan 12, 2017

The only thing that I'm not planning to develop for the next version is the Date Range. As a preview, right now, the initial layout (might change during the development) is this:

Desktop Screens:
screen shot 2017-01-12 at 01 27 03

Mobile Screens:
screen shot 2017-01-12 at 01 29 05

This will be responsive.

@matthiasg
Copy link

looks great. please make sure that the year is selectable ... otherwise birthdate pickers get really unwieldy :)

the date range picker is definitely advanced and can be overcome with two pickers.

@matthiasg
Copy link

matthiasg commented Jan 12, 2017

what about date+time pickers ? any plans ? or just time ?

@marcosmoura marcosmoura modified the milestones: v0.7.0, v0.8.0 Jan 16, 2017
@mehyaa
Copy link

mehyaa commented Jan 17, 2017

Hi,

This will be great, waiting for it 👍

@marcosmoura
Copy link
Member

This thread here is only for date picker. I will develop the time picker in another branch and release version.

@marcosmoura marcosmoura changed the title please implement time and date selector please implement date picker Jan 19, 2017
@dohomi
Copy link

dohomi commented Jan 25, 2017

How @matthiasg mentioned, I'm looking for a datepicker for birthdays too. So it would be great if the year selection would be possible to go back many years without big hassle. Thanks the component looks very nice!

@marcosmoura
Copy link
Member

@dohomi This will be developed. :)

@ahmedfaical
Copy link

Hello @marcosmoura i really appreciate your work. You have the best material design vuejs library on the web. Can we know in how much days you will release the next version with date/time picker ?

@marcosmoura
Copy link
Member

It's planned for 0.8.0. You can check the progress of all versions in the milestones section: https://github.com/marcosmoura/vue-material/milestones

@ahmedfaical
Copy link

Thank you

@jonataswalker
Copy link

I think we should go with Flatpickr and there's already a Vue Component.

@ricardoduarte
Copy link

Hi @marcosmoura thank you very much for your work.

I really need this component too. Looking forward to next release with md-date-picker.

@mi1971
Copy link

mi1971 commented Mar 24, 2017

Can't wait for this... The quality of other Vue datepickers currently available is terrible. Some of them have a material design pop-up, and a Twitter bootstrap style text box. Huh?

@jonataswalker
Copy link

@marcosmoura Would you like to develop this from scratch or wrap a reliable already-made solution?

I'm quite satisfied with Flatpickr and I could prepare a PR if you agree.

@mi1971
Copy link

mi1971 commented Mar 25, 2017

@jonataswalker Flatpickr is nice and small, but are you completely restyling it to make it look like Material Design? From what I can see in the demos, the text box and even the calendar doesn't fit the Material look...or is there some sort of additional theme to make it look like Material Design?

@marcosmoura
Copy link
Member

It's almost done...

@jonataswalker
Copy link

There are some themes available @mi1971 but for certain let's wait for @marcosmoura.

@zapping zapping mentioned this issue Apr 27, 2017
@stefan-hoehn
Copy link

@marcosmoura Is there any place where we can see it and maybe even check it out?
We only started recently with a major project on vue material and I rather would like the "genuine" date picker of the library than anything we add from somewhere else...

@fer-ri
Copy link

fer-ri commented May 27, 2017

need this .. cheers 👍

@nathantsoi
Copy link

happy to help finish this if it is on a branch somewhere, @marcosmoura?

@nathantsoi
Copy link

ping. @marcosmoura

@Morgul Morgul mentioned this issue Jun 21, 2017
@vitaly-t
Copy link

It's almost done...

4 month later - no update.

@oswaldofreitas
Copy link

it shouldn't be difficult, I did it in one week only here https://vulma.org/#/docs/datepicker.
if you guys want, you can copy code from that ok?

@mi1971
Copy link

mi1971 commented Jul 22, 2017

I've changed to vuetify. It has the pickers, and is really nice to use. Development seems to be very active.

@DavidHavl
Copy link

@mi1971: I am happy for you, but for me that is a no no. I have been working on business critical application and have tried vuetify at first but had to rewrite everything to vue-material as it was not working the way I needed it in many respects. Too much magic that get's in the way.

@bluekeys
Copy link

@marcosmoura Is this still in the works? Is there a branch we can check out, maybe help a little with? Or do you have a planned release date?

@Samuell1
Copy link
Member

@bluekeys #921

@maac4422
Copy link

maac4422 commented Sep 9, 2017

Hi,If @marcosmoura permit me I have a temporal solution if you want can go to this repository
https://github.com/maac4422/example-datepicker-vue-material. Hope help someone.

@sangdth
Copy link

sangdth commented Nov 13, 2017

I'm waiting for this 👍

@marcosmoura
Copy link
Member

Today!

@vovkats
Copy link

vovkats commented Dec 14, 2017

@marcosmoura I don't find options in documentations for config datepicker. I need to change name of some months

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests