Is it possible to make metadata editable in the app?

@JustinG , thanks so much for pointing us in this direction.

Would it be possible to replace the core f7-row component by a slider, instead of the somewhat difficult to edit HMS-text boxes. I have tried that. My struggles are:

  • how to set the initial value (as read from the metadata). when using oh-slider-item that’s not possible, via the value parameter. when using f7-range, that can be done via value, but not being a css expert, it’s difficult for me to determine the wrap-components around f7-range, which ressemble the oh-slider-item.

  • how would a value change on the slider trigger an action command (as is done through oh-link), to change the helper item and run the rule.

Probably not without several significant and bulky workarounds.

You might just be able to change the type property of the oh-input to range. That’s the most likely method to work. You will of course need to do a lot of reconfiguration of the styling to get it all to fit…