I’m using labels for a form. When you click on a “line” of a label, this will select the input for you, which is natural.
However, when I wanted to use, for example, 3 selects within the same <label> (DD/MM/YY), it won’t select none, probably given that there should only be one input.
Is there any way to make it so labels won’t automatically focus on an input, or should I pick another way to place the selects?
You can put the ID of the label same as the first field of the date input. For example see the demo here:
http://jsfiddle.net/E4Fh5/1/