jQuery-Knob icon indicating copy to clipboard operation
jQuery-Knob copied to clipboard

Browser caching issue on value update

Open kabudu opened this issue 9 years ago • 2 comments

I am using the knob library to display a value as a percentage of 100. Whenever the value changes, I need to do a hard refresh of my browser to view the change in the knob. Is there a way to make the library bypass browser caching of the canvas element?

kabudu avatar May 04 '15 20:05 kabudu

Are you using <input> elements? It could be an issue with you browser caching input values (form autofilling). Try adding autocomplete="off" on your form/input to see if it helps.

Deelight-fr avatar Mar 25 '16 18:03 Deelight-fr

Thanks, I'll give it a shot!

kabudu avatar Apr 06 '16 07:04 kabudu