-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkbox label is not working, when i use react-fastclick? #62
Comments
Hello. Which version of react-fastclick are you using? |
Sorry for the late replay and I have using react-fastclick": "^3.0.2 |
Hey, @Aravindraj92. This seems to be something I never implemented. I'd be happy to accept a pull request to handle this. Inside this if block you'd simply need to check if the element type was a checkbox, and then set If you'd like to look into this, it may be worth doing the same for radio buttons also. 😊 |
Working! when modifying index.js in node module, but I couldn't modify there because I have run "npm install" in the server for every push request. |
Hi, this problem has not resolve yet ? |
It is not, though I'm happy to accept pull requests. 🙂 |
here my code==>
The text was updated successfully, but these errors were encountered: