As the title states, I'm currently making a custom character sheet and relying on a sheetworker. I have not added any auto-calc fields, but would like several inputs to be disabled to users, but the sheet worker should be able to edit them. Unfortunately, if I make a field disabled, the character sheet API expects there to be an auto calc set up and throws an error when it cannot find it - and my sheetworker never gets to edit that value. Removing disabled from the input fixes this, but I really want the inputs to be disabled/readonly to the user.
So I was wondering if there is some way to mark an input disabled, but not have roll 20 consider it auto-calc?