David Casillas Rivero
David Casillas Rivero
I have two environments devel and prod. Both run under `https` but prod is a real live web application with a valid certificate and devel is run in `localhost` with...
The changes in 5.0.11 break some funtionallity in our application. For example the response pasted below from our API changes the empty JSON object in the `field_filters` property to an...
- components: `DropdownItem` - reactstrap version `^8.9.0` - import method `es` - react version `^17` - bootstrap version `^4.6` ### What is happening? When a `DropdownItem` has the property `disabled={true}`...
Setting the `DatePicker` `inputProps.id` property is not working. With this code the final id of the input element is `rw_1_input`.
## 🐛 Bug report ### Current Behavior Using javascript `Map` as a form field makes the form `dirty` property not to change to `true` when modifying the `Map` field. In...