File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2929 < script type ="text/javascript " src ="https://rawgit.com/nosir/cleave.js/master/dist/cleave.min.js "> </ script >
3030 < script type ="text/javascript " src ="https://nosir.github.io/cleave.js/lib/cleave-phone.i18n.js "> </ script >
3131 < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/9.0.0/nouislider.js "> </ script >
32- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.4.0 /pikaday.min.js "> </ script >
32+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.5.1 /pikaday.min.js "> </ script >
3333 < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyCEz-sX9bRJorDS-D_JL0JkZVZe2gzoUMw&libraries=places "> </ script >
3434
3535 </ head >
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ module.exports = {
536536 required : true ,
537537 placeholder : "User's birth of date" ,
538538 min : moment ( "1900-01-01" ) . toDate ( ) ,
539- max : moment ( "2016 -01-01" ) . toDate ( ) ,
539+ max : moment ( "2018 -01-01" ) . toDate ( ) ,
540540 validator : [
541541 validators . date
542542 ] ,
Original file line number Diff line number Diff line change 5252 if (window .Pikaday ){
5353 this .picker = new window.Pikaday (defaults (this .schema .pikadayOptions || {}, {
5454 field: this .$el , // bind the datepicker to a form field
55+ onSelect : () => {
56+ this .value = this .picker .toString ();
57+ }
5558 // trigger: , // use a different element to trigger opening the datepicker, see [trigger example][] (default to `field`)
5659 }));
5760 } else {
You can’t perform that action at this time.
0 commit comments