Moving a Range in Preview mode does not save the value

Steps to reproduce

  • Add a slider to your note
<input type="range" min="1" max="100" value="80">  

(Issue seen without value attribute also)

  • Open in Preview
  • Move Slide down (to say ~20%)
  • Close File
  • Reopen file and open in Preview

Expected result

I would expect that the position that I moved the slider to would be saved and when reopening, i would get a 20% position rather than the 80% position

OR

I would expect the slider to be not able to move from the initial position

Actual result

File returns to the default value of 80

Environment

  • Operating system: Windows
  • Obsidian version: v0.12.19

Additional information

(Perhaps this should be a Feature Request if it’s not part of the obsidian Markup spec)

we don’t support this.