TheBigK
Well-known member
Here's what I have -
	
	
	
		
This code shows the spinbox with + and - button; but clicking on the buttons doesn't increment / decrement the number inside the text box.
PS: I tried to write the code referring the spinbox that appears inside the thread_create template.
				
			
		Code:
	
	<input type="text" class="textCtrl number Spinbox" name="scheduleQty" value="5" min="1" step="1">
            <input type="button" class="button spinBoxButton up" value="+" data-plusminus="+" tabindex="-1">
            <input type="button" class="button spinBoxButton down" value="-" data-plusminus="-" tabindex="-1">This code shows the spinbox with + and - button; but clicking on the buttons doesn't increment / decrement the number inside the text box.
PS: I tried to write the code referring the spinbox that appears inside the thread_create template.
 
 
		
 
 
		 
 
		 
 
		![[GH]c0de](/community/data/avatars/s/249/249784.jpg?1701365946) 
 
		 
 
		 
 
		