Skip to content

Commit

Permalink
Fix for #223 - spinner should update numeric textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Mar 24, 2016
1 parent 27383d6 commit c9d4fa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/knockout-kendo.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ createBinding({
name: "kendoNumericTextBox",
defaultOption: VALUE,
events: {
change: VALUE
change: VALUE,
spin: VALUE
},
watch: {
enabled: ENABLE,
Expand Down
Loading

0 comments on commit c9d4fa5

Please sign in to comment.