Framework7: native Vue component for calendar / date picker

Created on 26 Mar 2019  ·  1Comment  ·  Source: framework7io/framework7

It doesn't look like there's a native Vue component for calendar / date picker. It requires using javascript API to create it and wire it up:
http://framework7.io/docs/calendar.html

It'd be nice to have a true Vue component for that.

Also, why is there a separate date picker implementation for f7-list-item of type="date" that looks like this?

Screen Shot 2019-03-26 at 2 31 00 PM

I think the first calendar component looks much better.

Feature Request

Most helpful comment

I haven't added it because there wasn't much sense of just wrapping what we have in JS with a Vue component, as the JS realization is still more flexible. But i agree for date picker input, it could be very convenient, will add it.

Also, why is there a separate date picker implementation for f7-list-item of type="date" that looks like this?

This is just browser's native date picker :)

>All comments

I haven't added it because there wasn't much sense of just wrapping what we have in JS with a Vue component, as the JS realization is still more flexible. But i agree for date picker input, it could be very convenient, will add it.

Also, why is there a separate date picker implementation for f7-list-item of type="date" that looks like this?

This is just browser's native date picker :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iBinJubair picture iBinJubair  ·  4Comments

mesutgok picture mesutgok  ·  4Comments

wakiem picture wakiem  ·  4Comments

vousys picture vousys  ·  4Comments

yeli19950109 picture yeli19950109  ·  3Comments