Sissi

Results 10 issues of Sissi

I am using ol-ext within my React project on a clustered source. When a cluster only contains one single feature an svg icon gets displayed. However, this is causing problems...

question

just a quick-and-dirty fix to prevent the script from throwing a javascript error when the ajax-response is null.

I have generated an antd design charts theme here: https://theme-set.antv.vision Currently I am importing the theme in every component an applying it with ``` { theme: theme } ``` I'd...

feature

The commit message is a bit misleading. This is about offering the ability to extend the body of an MultipleReferenceEditor entry with custom React elements. Check storyboard > Multiple Entry...

stale

When building a Contentful App I was missing onBlur and onFocus events on SingleLineEditor. Added with this PR as optional props.

I noticed that when used on a WYSIWYG editor, the LT Firefox plugin does not catch all the spelling mistakes. ✅ LT Website: This is how it should be, the...

changed rangesLiElList = ... to var rangesLiElList = ... because - the missing var is creating a global variable (polluting global namespace) - not working in strict mode

### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [x] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [x] I have read the [contributing...

js

How do you deal with the fact that the object created with `const map = new ol.Map()` is very complex and nested, which makes it not usable to be passed...

The first input is initialized the classic way, using the `data-mdb-input-init` attribute - it works fine. The second input is initialized using the method described here https://mdbootstrap.com/docs/standard/forms/input-fields/#section-dynamic-input-initialization - but on...