Muntaner
Muntaner
### Prerequisites - [V] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme); - [ ] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to...
### Issue description - reactstrap version `^8.0.0` - react version `^16.8.6` ### What is happening? UncontrolledTooltip (and maybe other Uncontrolled components?) raise an error in the React application when the...
In various projects where I used VisJS, I often had the need to implement a node clustering feature based on the groups. I'm not talking about the already implemented clustering...
### Problem to solve Maybe this is a very specific use-case, so I don't know if it's very useful and worth a feature implementation, (and maybe there is a macro...
'html', 'head' and 'body' tags are stripped out even if these are included in the whitelisted tags
Minimal example: ``` use maplit::hashset; let html = "head contenttest"; let tags = hashset!["html", "head", "body"]; let mut b = ammonia::Builder::default(); b.add_tags(tags); let clean_html = b.clean(html).to_string(); println!("{}", clean_html); ``` Output:...
Mouse pointer gets dis-aligned when isBounded={true} and an element is dragged outside the container
### Describe the bug Easily reproducible at https://react-grid-layout.github.io/react-grid-layout/examples/16-bounded.html. Try to drag an element outside the container. The isBounded prop correctly prevents the element to get dragged outside. However, when returning...