react-bootstrap4-form-validation
react-bootstrap4-form-validation copied to clipboard
uncaught TypeError: Cannot read property 'getInputRef' of undefine
Sorry how can i stop showing this warning.
Could you show me the steps to reproduce this error? @nguyenkhoi2806
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
Getting the same warning, and the focus isn't working
