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
Please be aware that BS4 rewrote .input-group in twbs/bootstrap#25020. One of the many changes is that it dropped .input-group-addon class for .input-group-append/prepend.
Seems input-group isnt supported by this repo, thus I cant use something like:
<span class="input-group-addon">$</span>
whats the proper way to prepend on input with your material package?
The text was updated successfully, but these errors were encountered: