bootstrap-touchspin icon indicating copy to clipboard operation
bootstrap-touchspin copied to clipboard

Vertical Buttons not supported when input is inside a 'input-group'

Open zoltansimari opened this issue 8 years ago • 4 comments

The _advanceInputGroup function ignores the settings.verticalbuttons and therefore doesn't render as expected.

zoltansimari avatar Apr 19 '16 16:04 zoltansimari

Still a problem.

gildegeyndt avatar Apr 07 '17 14:04 gildegeyndt

yes indeed

BrainFeeder avatar Jun 19 '17 11:06 BrainFeeder

I found that, when your input is inside an 'input-group', in order for the Vertical Buttons to work you just need to place the input inside a span.

<div class="input-group">
	<span class="input-group-addon" id="basic-addon1">Label</span>
	<span><input type="text" class="form-control"></span>
</div>

gg3l avatar Jul 13 '17 07:07 gg3l

Somebody still has to fix this.

markwalet avatar Nov 02 '17 11:11 markwalet

Fixed in v4.7.0

istvan-ujjmeszaros avatar May 24 '23 23:05 istvan-ujjmeszaros