newforms-bootstrap
newforms-bootstrap copied to clipboard
Components for rendering a newforms Form using Bootstrap 3
I like to wrap my entire page in a container, and would rather not have the form also wrapped in a container class. Is this possible? As far as I...
I'd like to be able to use this with a custom input component such as [react-autosuggest](https://github.com/moroshko/react-autosuggest), but am not sure how I would do that. Is this possible?
Fixed an error was being raised as pointed at #12 even if one follow the docs the docs: ``` Warning: Failed propType: Required prop `form` was not specified in `BootstrapForm`....
Now all tests are working: TAP version 13 # BootstrapForm ok 1 Basic rendering # PropTypes.colSize ok 2 Min value (Number) ok 3 Max value (Number) ok 4 Min value...
Seeing this error in my attempts to use newforms-bootstrap despite following the docs. Out of curiosity, I headed to: http://insin.github.io/newforms-bootstrap/allfields.html to see if it also threw the warning and it...
I took odessyscience's branch and rebased it on 2.0 and fixed one noticed problem.
To use font-awesome (or other) glyphs one needs to be able to set the error classes https://github.com/insin/newforms-bootstrap/pull/10
Built this into v1.1.1. Wondering if you thought it was interesting enough to rebase on 2.0.0 and merge.
Hi, How to create `form-horizontal` for BS3? Thanks for awesome library. :)