You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2019. It is now read-only.
Hi Pablos91! First of all thanks for a great library! It's a real time saver :)
I just wanted to report a minor bug. bs:TextBox having a Name and/or Message set, combined with a init-group-addon span causes the control to misbehave ;) A quick fix would be appreciated.
<div class="input-group">
<bs:TextBox runat="server" Message="This is the message" Name="This is the name"/>
<span class="input-group-addon">$</span>
</div>