
I've been trying to create a custom character sheet with some of the inputs as sliders (html: <input type="range" name="attr_saturation> for an example)
I'm noticing inputs I make with this don't seem to update the corresponding attribute. Is this intended behavior? Is there some way to circumvent this?