react-bootstrap4-form-validation icon indicating copy to clipboard operation
react-bootstrap4-form-validation copied to clipboard

uncaught TypeError: Cannot read property 'getInputRef' of undefine

Open nguyenkhoi2806 opened this issue 6 years ago • 3 comments

Sorry how can i stop showing this warning.

nguyenkhoi2806 avatar Feb 17 '19 04:02 nguyenkhoi2806

Could you show me the steps to reproduce this error? @nguyenkhoi2806

andyhu92 avatar Feb 17 '19 05:02 andyhu92

i use the natural html code. like this

<ValidationForm className="row" ref={this.formRef} > <input type='radio' name='radio' required/> <label>radio<label/> <button>Submit</button> <ValidationForm/>

but if i use radio.group component in this lib. it work ok

nguyenkhoi2806 avatar Feb 18 '19 03:02 nguyenkhoi2806

Getting the same warning, and the focus isn't working Screenshot 2019-08-30 at 3 20 37 PM

Rondip avatar Aug 30 '19 09:08 Rondip