Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Feb 15, 2024
1 parent 984cc29 commit 67d03b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mobile/pages/fields/field/field.js
Expand Up @@ -315,6 +315,10 @@ export const FieldVM = DefineMap.extend('FieldVM', {

// date bounds are in 6 or 8 digit texts
// need to change to same format as value
// it would be sensible to keep bounds in this
// format but we need to support it to properly
// support older released guides without adding
// more complex code
let maxDate =
field.max.substr(0,2) + "/" +
field.max.substr(2,2) + "/" +
Expand Down

0 comments on commit 67d03b2

Please sign in to comment.