2016-08-02 43 views
0

我用引導有電子郵件輸入驗證碼電子郵件輸入表單驗證炫耀的窗口

<form role="form" onSubmit = {this.handleSubmit} id = "email-form"> 
    <div class = "form-group"> 
     <input type = "email" class = "form-control" id = "email" placeholder = "type e-mail, press enter"/> 
    </div> 
</form> 

不幸的是,不正確的電子郵件的錯誤消息將在這裏展示的窗口關閉,甚至當我一直向下滾動。有沒有人有任何提示如何解決這個問題?謝謝!

Bottom of the window

回答

0

你嘗試過將邊緣到輸入的底部?這應該給出一些額外的空間來顯示錯誤消息。