Open GoogleCodeExporter opened 9 years ago
This is by design.
Your markup looks like this:
<label><input 1....></label>
<label><input 2....></label>
<label><input 3....></label>
<label><input 4....></label>
<label><input 5....></label>
But the plugin is designed to work with markup like this:
<label>
<input 1....>
<input 2....>
<input 3....>
<input 4....>
<input 5....>
</label>
Can you change the markup in your project?
Original comment by diego.a...@gmail.com
on 16 Jul 2013 at 3:39
Original issue reported on code.google.com by
martine...@gmail.com
on 20 Jun 2013 at 12:18