I'm using this widget with Bootstrap 3.3.5 and my form is horizontal. Given this markup
once initialized, it produced a duplicate of the INPUT field (note: the addon's hidden class is removed once a value is set to it, from client-side JS)
But regardless, I get this superb layout!
I will try to find a solution myself, but thought to mark this as an issue, first. Just in case someone might have an answer before I do.
I have seen this issue being addressed (and resolved?), but it doesn't seem to work for me.
I'm using this widget with Bootstrap 3.3.5 and my form is horizontal. Given this markup
once initialized, it produced a duplicate of the INPUT field (note: the addon's
hidden
class is removed once a value is set to it, from client-side JS)But regardless, I get this superb layout!
I will try to find a solution myself, but thought to mark this as an issue, first. Just in case someone might have an answer before I do.