@Jesh I was running into this issue as well. Not sure if this helps, but so far my solution was to move </label> before text input and float label left. http://jsfiddle.net/C3uuS/4/ however when the radio button is checked, the user has to manually focus on text input. I don't know if there's a better solution without javascript? But I'm sure you could highlight the text input upon validation, should the user fail to write something...
On Wednesday, June 27, 2012 7:04:14 AM UTC-5, Jesh wrote: > > In Bootstrap, radio input is wrap in its label but however if you have > other input like text input in my case click the textbox will focus the > radio input because of event delegate to text input parent. See here: > http://jsfiddle.net/C3uuS/ > > I am looking for non-javascript workaround, any idea to solve it? > > Thanks. >
