Hi, another fun problem: I'm trying to access <input type="text" name="attr_rangedrange1"> with another input like such: <input type="text" name="attr_rangedrange1_quick" value="@{rangedrange1}" disabled="disabled"> It works perfectly, but in the original "attr_rangedrange1" the text is input as "20/60" for instance. The result on the disabled input is then ".3333" as it's being calculated. Any way to prevent the calculation?