10.01.2025, 12:13
(10.01.2025, 11:43)admin Wrote: Add this to Custom CSS:
Code:.control-spinner input {
pointer-events: none;
}
Ok, thank you. I was aware of this workaround. But two problems, it's still accessible by tab (which is obviously not a problem on a touch screen - and maybe not a big problem at all).
But the main reason I wanted this is that if it's text and not an <input>, I could show the unit/suffix. Oh well.