Alexandr Chernyaev
Alexandr Chernyaev
Hi! Thank you for your PR. I’m not entirely clear on the specific result it addresses. Could you please provide a simple example, like: ```php public function query() { return...
I’ve tried to understand what you are aiming to achieve, but I’m not entirely sure if I’ve grasped your idea completely. The `Matrix` field is typically used to store various...
Now the drag-and-drop function should not block the file upload: ```php Attach::make('...') ->multiple() ->title('Photos') ->acceptedFiles('image/*'), ```
If I understand things correctly, after making some changes to improve performance, the fields with `cast` to `json`/`array` stopped working. This wasn't something we anticipated, but I don't want to...
Hi @m7mdcc, You are using an HTTP Request and trying to set its value. Suitable values for it are usually: ``` 'GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'CONNECT', 'OPTIONS', 'PATCH', 'PURGE',...
I'm sorry to hear you ran into this issue. To prevent the dropdown from closing when interacting with the calendar, you can add the `static` method to your method chain,...
This message appears whenever a file upload request fails. Could you please check the full HTTP response and attach the relevant logs?
Increase the chart canvas size by setting its height. You can read more about it here 👉 [link](https://orchid.software/en/docs/charts/#adjusting-height).
It looks like this issue is related to a problem in one of the dependency packages we're using. Here are the links to the related discussions: - [Issue #374](https://github.com/frappe/charts/issues/374) -...
Thank you, this is really interesting! However, it seems to introduce a new issue. When sorting was active, the column was highlighted with a darker font, but now everything is...