Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Radio input not showing style

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170404
    Casper Sørensen
    Participant

    Hey guys,

    I’ll try to describe my bizarre issue here, in order for you to help me.

    I made some custom radio inputs, which has some style applied to them. This styling works fine on the every single item but the last one. However, if I remove my <form> tag that encases the radio inputs, they all work just fine?

    Link to my html/css:

    http://codepen.io/anon/pen/JydGB

    Please note that my <form>spans over 2 different sections, to enable it to work properly with all the values.

    I just tried to input my html/css in the code pen above, and the code works completely fine there.. Could it be a problem with my code kit program or anything like that?

    #170405
    Paulie_D
    Member

    Pen isn’t working.

    #170406
    Casper Sørensen
    Participant

    Hey Paul,

    I solved the issue, by removing my validation for those inputs.

    In the console it had applied a “display: none” to the last of the radio inputs because of this validation:

    rGroup: {
                      validators: {
                          notEmpty: {
                              message: 'message goes here'
                          }
                      }
                  },
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.