Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Binding problem using data-picker, color-picker, time-picker, etc.

$
0
0
I think you might need to trigger a change event for can-value to update.

.datepicker({
      onSelect: function( date) {             
   
                   
                    $(this).trigger('change')
      }
})



Viewing all articles
Browse latest Browse all 3491

Trending Articles