在Bootstrap 4中使用输入组(带插件)和帮助文本

时间:2018-02-26 20:16:23

标签: twitter-bootstrap bootstrap-4

我很难通过Bootstrap 4的输入组和附加组件正确显示帮助文本(即在字段的底部)。这是我的代码:

<div class="input-group mb-3">
    <div class="input-group-prepend">
        <span class="input-group-text">Title</span>
    </div>
    <textarea class="form-control" name="title" aria-label="With textarea"></textarea>
    <small id="KeywordsHelpBlock" class="input-group-prepend text-muted">
        Some .
    </small>
</div>

以下是它的样子: enter image description here

我错过了一些明显的东西吗?

0 个答案:

没有答案