So I am experiencing what I can only construe as a bug with the sheets framework. I have some html that looks like this... <input class="show-vehicle-control" type='checkbox' name='attr_ShowVehicle' value="20"> < div class = 'sheet-item show-vehicle-conditional' style = " width: 20%" > < input name = "attr_Testfield" type = "text" /> </ div > I can modify it in the sheet, looks fine, but when I close the sheet and open it again, the values are gone. The underlying attributes are still set in the attributes & abilities panel, but they are not being displayed in their data-bound inputs. I have no other copy of the sheet open. I am the only person in the room. I can also reload and it will be gone, I can exit and come back and it will be gone, whether the sheet is open or closed when I trigger these reloading methods. I have looked at the code for a bit now, and it seems functionally equivalent to how display tabs work and so (which are remembered), but not these input fields. The other fields in the sheet I am working with appear to behave normally. Anyone have any ideas?