-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline forms don't work #27
Comments
I just tested and it works with setAttrib("inline", true), have you checked your css ? |
you need to remove the decorators of the text elements, i'll try do some workaround when i'll have some free time, i'll keep in touch ;) |
problem resolved ^^ |
Thank you very much! :+1 :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After spending the last 4 hours with your library and still having this problem I decided to open up a new issue.
Problem is: Inline forms don't work. If I do
setAttrib("inline", true);
it does add theclass="form-inline"
to the form element.But it looks like there are a lot of decorator divs ('controls' and 'control-group') hard-coded that mess up everything so inline forms are not displayed as inline ..
The text was updated successfully, but these errors were encountered: