Hello all, I have had an interesting request for our sheet. One of our users has asked if there would be a way for some the inputs (the ones that we automatically link to the token bubbles) to behave a bit more like the bubbles. With a default input, if the current value is 1, and you click on it and type 2, it will insert the 2 before or after the 1, resulting in 21 or 12 depending on where you clicked. With the token bubbles, if you click, the current value disappears, and if you type 2, it will keep 2... And If you type "+2" it will add 2 to the current value... Is there any CSS way to change the input type="number" for this kind of behaviour. I use the opportunity to ask another tricky CSS wizardry: is there any way to force a number input to a certain data format (specifically, I'd like positive values to display as "+1" and not just "1" Thanks for your help... Have googling; but didn't find the right keyword