-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac fieldnotes integer
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
fieldnotes_integer. Source: https://genapp.rocks/wiki/wiki/fieldnotes_integer. Review age, links, and examples before treating as current.
-
maintains sets of input integers with identical values
-
include the tag of "sync":"set-name" to each input integer in the module json
-
hide some of them with "hidden":"true"
- they still take up space on the screen, haven't found an easy way to get around this within the current structure
-
e.g. json example
-
notes
- it is currently the module developers responsibility to ensure they have the same min/max values
- this could be extend to other field types if needed (maybe checkbox ?)
- thinking about a "hidden" attribute so one top-level integer repeater can sync with repeat'd hidden integer repeaters
- went ahead and implemented, but logically it would be cleaner to not have to have the additional hidden integer repeaters