Skip to content

Commit

Permalink
Update range field when site changes (#4713)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <[email protected]>
  • Loading branch information
edalzell and jasonvarga authored Nov 15, 2021
1 parent d1faab9 commit 9f3c97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/components/fieldtypes/RangeFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export default {
},
watch: {
value(value) {
this.val = value;
},
val(value) {
this.updateDebounced(value);
}
Expand Down

0 comments on commit 9f3c97c

Please sign in to comment.