vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

datepicker option "multidate" has no effect in x-editable, the option is missing in bootstrap-editable.min.js #1117

Open abdaziz opened 5 years ago

abdaziz commented 5 years ago

Hi, first of all, thanks for this awesome x-editable. But I want an editable field date with multidate option (range min and max). Something like this: < a href="#" id="dates" data-type="text" data-pk="1" data-url="/post" data-title="Enter Period">Period</ a> $('#dates').editable({ type: 'text', pk: 1, url: '/post', datepicker:{ multidate: 2 } }); but multidate option not working, also noticed that this option "multidate" doesn’t exist in bootstrap-editable.js at the end what i want to do is to tie two date one as min and other as max.

Thanks, Regards