mardi 15 décembre 2015

Radio button is blinking

I am creating a project in which I have to take radio button for 3 fields, in my blade file I writed this code:

    {!! Form::label('is_kids_friendly','Kids Friendly:') !!}
    {!! Form::radio('yes', 'value', null, ['class' => 'myClass'],'yes') !!}
    {!! Form::radio('no', 'value', null, ['class' => 'myClass'],'no') !!}

The radio buttons on output screen are blinking, when i hover over it, I can not click on any of them.

Is there any correction or solution to this?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire