Martin Skočík

Results 24 issues of Martin Skočík

Version: 3.1.2 ### Bug Description 👉 Presenter with component that can return `null` under specific conditions. ```php // exprecting null being stored in $var $var = $presenter->getComponent('ControlOrNull', false); // exception...

Although `NextrasDatasource` accepts `ICollection` in constructor, comparisons for Nextras\Orm v4 added in #920 and #937 take into account only `DbalCollection`. One would expect `ICollection` implementations usable.

I replaced the current select component by another, which provide somewhat easier way to styling and also works with mouse. With this update also logic in given pages could be...

stale
need rebase

Require it to be existing before svelecte element in DOM. Svelecte can then refence it by some attribute. This would remove the need for timeout in `connectedCallback` and for simple...

enhancement
custom-element

When in fetch mode and results return groups where the first group has 0 items, error is thrown and component breaks.

bug

When reseting form, handle it properly. Issue especially for custom element version (haven't tested SSR mode yet), but the idea is to make it work as native form inputs

enhancement

Add support for this natively in Svelecte itself not only in custom-element version, which could be simplified afterwards - [ ] implement `parentValue` and related logic - [ ] refactor...

enhancement

Hi is it still expected to use `global` for basic styling? Passing a CSS variable to the component (``) does not work since it is wrapped in extra markup ....

enhancement
PR welcome

I would suggest to automatically set header `Content-type: application/json` when calling `prepareJsonPayload`. Typically when doing post as json. What do you think? I could prepare PR for this change.

accepting pull request

- Is your feature request related to a problem? Please describe. Sometimes is useful to get raw data from DB. For example I am exporting some data into CSV file....

feature