andyhu92 / react-bootstrap4-form-validation

Simple React Components for form validation. Based on HTML5 Constraint validation API and Bootstrap4 style.
https://andyhu92.github.io/react-bootstrap4-form-validation/
MIT License
15 stars 4 forks source link

uncaught TypeError: Cannot read property 'getInputRef' of undefine #7

Open nguyenkhoi2806 opened 5 years ago

nguyenkhoi2806 commented 5 years ago

Sorry how can i stop showing this warning.

andyhu92 commented 5 years ago

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

nguyenkhoi2806 commented 5 years ago

i use the natural html code. like this

`

<label>radio<label/>

`

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

Rondip commented 5 years ago

Getting the same warning, and the focus isn't working

Screenshot 2019-08-30 at 3 20 37 PM