Skip to content
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

Radio buttons not working #558

Closed
ghost opened this issue Jan 29, 2015 · 6 comments
Closed

Radio buttons not working #558

ghost opened this issue Jan 29, 2015 · 6 comments

Comments

@ghost
Copy link

ghost commented Jan 29, 2015

When I click on radio buttons, they don't work. They work if I click on the actual radio buttons by removing their css.
I am using these inside wordpress so maybe that's causing some issues. I don't get any console errors though.
screen shot 2015-01-29 at 7 42 12 pm
screen shot 2015-01-29 at 7 42 29 pm

@ghost
Copy link
Author

ghost commented Jan 29, 2015

The label is also not triggering the default radio button too. So the label isn't working.

@Dogfalo
Copy link
Owner

Dogfalo commented Jan 29, 2015

This is not a problem on our end
On Jan 29, 2015 10:03 AM, "Asaad Mahmood" notifications@github.com wrote:

The label is also not triggering the default radio button too. So the
label isn't working.


Reply to this email directly or view it on GitHub
#558 (comment).

@ghost
Copy link
Author

ghost commented Jan 29, 2015

Okay.

@ghost ghost closed this as completed Jan 29, 2015
@KenzoM
Copy link

KenzoM commented Dec 7, 2016

If anyone is wondering how to solve this, simply add a custom css and adjust the html's radio button accordingly.

I had similar problem using Redux-Form, but was able to solve it as so:

http://stackoverflow.com/questions/41025124/redux-form-v6-materialize-css-s-radio-button-not-working

@Revannath
Copy link

You can Use below css:

[type="radio"]:not(:checked), [type="radio"]:checked {
left: 0 !important;
visibility: visible !important;
opacity:0;
}
[type="radio"]:focus + label::before{
box-shadow: 0 0 10px #285278 !important;
}

@coolternet
Copy link

not working atm

Repository owner locked and limited conversation to collaborators Aug 28, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants