newforms-bootstrap icon indicating copy to clipboard operation
newforms-bootstrap copied to clipboard

Components for rendering a newforms Form using Bootstrap 3

Results 14 newforms-bootstrap issues
Sort by recently updated
recently updated
newest added

Bootstrap allows [grid nesting](http://getbootstrap.com/css/#grid-nesting), but right now it is not possible to have `Row`s as `Col`'s children because `Col` does not pass down the `form` prop. This simple change fixes...

Is using with formsets supported? If yes, anyplace I could find some good example for this?

enhancement

First off I really enjoying using this library and thanks for making it. I did however come across an issue when trying to add an additional class to form element....

enhancement