21 May 21:12
Re: jade question about radio button options
Dont know the reason, but if the label starts with an uppercase letter sometimes fail. Use "|" as prefix to solve the problem:
div.control-group
label.control-label Género
div.controls
label.radio.inline
input(type="radio", name="optionsRadios", id="optionsRadios1", value="option1", checked="")
|Male
label.radio.inline
input(type="radio", name="optionsRadios", id="optionsRadios2", value="option2")
|Female
--
You received this message because you are subscribed to the Google Groups "Express" group.
To view this discussion on the web visit https://groups.google.com/d/msg/express-js/-/D3i-b9lZPX4J.
To post to this group, send email to express-js-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to express-js+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/express-js?hl=en.
RSS Feed