-
Hi,
Bootstrap 4 is out properly now. Does it work with crispy forms ? I saw the PR, from a while back - but the documentation on RTD only talks about bootstrap 3.
Cheers
S
-
## Bug layout bootstrap4
Layout bug with Bootstrap v4 (tested with Linux):
- it works with Firefox
- it does not work with Chrome, Vivaldi, Opera
I didn't test with Safari or Edge.
bootstrap4 "…
-
*Originally reported by* **Anonymous**
----------------------------------------
I think there are a bug with checkbox field on layout type grid form.
My current code is :
```
#!php
```
An…
-
Hi, revilheart!
Would you accept PR with code spliting changes? I want to create builder based on [webpack](https://webpack.js.org/). The result file be identical, but we will get splitted project …
-
Hello!
I have component `OperationAmountInput`:
```js
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Label, Input } from 'reactstrap'
import { ValidationF…
-
Issue Type: Bug
When I scroll in the editor, editor can only horizontally scroll instead of vertically scroll.
But when the mouse focus on the bug report window, the mouse is able to scroll vert…
-
Hello!
When I'm trying use `TextInput` inside other component, I'm getting errors:
```
Uncaught TypeError: this.props.attachToForm is not a function
at ProxyComponent.componentDidMount (inde…
-
Hi!
I have parent component `IncomeOperationItem`:
```js
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux'
import { Row, Col, …
-
We already discussed about this in some meetings. So far I've had discussion about this feature with Sebastien, Daniel, Antoine and Phillip Senechal.
To summarize what have been said so far. The firs…
-
Bootstrap4 now supports labels for checkbox (#658), which I find very useful thing. For example you can have label "Agreement" and near checkbox write add another label which is more explaining. In su…