我想風格輸入字段與電臺插件的錯誤消息(.help塊)。它工作正常,沒有 radio addons。但使用插件,文本跳轉到輸入字段下的新行。如何樣式輸入與電臺插件的錯誤消息 - twitter引導
它看起來像這樣
HTML
<div class="input-group has-error">
<span class="input-group-addon">
<input type="radio" name="answer" value="a">
</span>
<input type="text" class="form-control" placeholder="Your answer here..." name="a" id="a">
<span class="help-block">The a field is required</span>
</div>
那麼我應該做的,通過引導3
它應該是'這個字段是必需的.'; – NoobEditor
你是對的,但它來自laravel並且輸入名稱是「a」。所以「a」字段是必需的。 – netsmertia