I need some kind of a counter to increment / decrement values within a few forms (e.g. to select some value between 1 and 100). Sure I could choose a combo box but IMHO a combo is a bad choice to select a number from a range say e.g. between 1 and 100. Same with sliders ... Especially if the selection has no upper limit which I need in some cases.
So what I'm looking for is a simple counter which displays the current number and a plus and minus to increment / decrement. Anyone here has seen such an Extension?