kristiansp
kristiansp
### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...
Letting the afterProcessFeed event modify the processed element IDs, so existing elements can be shielded from being deleted/disabled. #744
When using behaviors to handle events, event won't fire when it is called with the static method, as the behavior is added dynamically, but when using `this->trigger()` it will, so...
Fields like e.g. Category fields will trigger an update and resave of the element if arrays are identical, but values come in different order. Sorting them should fix this.