Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Feb 13, 2024
1 parent 9a3ce25 commit deb6ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mobile/pages/fields/field/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ export const FieldVM = DefineMap.extend('FieldVM', {
value = this.normalizeDateInput($el.val())

console.log("changed")
console.log(value)
console.log(field.min)
console.log(field.max)
console.log(field)



if (Date.parse(value) < Date.parse(field.min)){
Expand Down

0 comments on commit deb6ae9

Please sign in to comment.