bootstrap input-group-addon需要与按钮一起使用

时间:2018-01-10 13:07:30

标签: twitter-bootstrap

检查下面的引导代码。附加了输入文本字段,它看起来像按钮,但应该是一个提交表单数据的按钮。请告诉我如何实现从数据提交的按钮,它会像现在一样显示在输入旁边?

<div class="col-md-6 col-md-offset-3">
            <div class="input-group input-group-lg">
                <input type="text" class="form-control" placeholder="eg: restaurant templates">

                <span class="input-group-addon btn btn-primary">Search</span>
            </div>
        </div>

1 个答案:

答案 0 :(得分:0)

rails g scaffold personnels

没那么难。这是一个播放价值的问题

供参考: https://www.bootply.com/CsQwZjay9w