lettucebo / MvcDynamicForms

Create dynamic forms in ASP.NET MVC.
52 stars 28 forks source link

How about a datapicker #11

Open thesid opened 6 years ago

thesid commented 6 years ago

Lovely implementation.

do you have plans to incorporate a datapicker!

lettucebo commented 6 years ago

Hi

That's a interesting idea

let me look into this

紙鈔魚 [image: Facebook] https://www.facebook.com/lettucebo [image: Twitter] https://twitter.com/abc12207 [image: about.me] http://about.me/money.yu

2017-11-06 16:27 GMT+09:00 Siddharth Kosta notifications@github.com:

Lovely implementation.

do you have plans to incorporate a datapicker!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lettucebo/MvcDynamicForms/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2Z99mHETw_x1WFW5mkXWVR23LaFvPKks5szrTygaJpZM4QS1HY .

lettucebo commented 5 years ago

There is two way to make text input have datepicker functionality

  1. Use html5 datepicker, this I will add to the todo, but take some time

  2. A simple workaround, just specific Key or give a class to let jquery-ui or whatever datetime picker library to initialize.

See the Demo5 : MvcDynamicForms.Demo