Lloyd
ApexCharts - Don't Render Section
Hey, this is likely for @LeandroFerreira, I'm wondering how I can just render the chart in Apex, without the section around it? I want to add it to a Fieldset (as I've done for other sections) within my tab - as I'm doing here with a custom view:
Is there a way to get around this? As you can see, the styling in the plugin is different from my own. Thanks in advance, and thanks again for creating an awesome plugin! 🔥
5 replies
Global Search Hooks
Hi all,
Is there a way to "hook" searches? I want to transform some of the data before it hits the models for searching.
As in, the user will be able to write their own query (e.g. `post:"example-post" AND hits:1337)). I'm going to transform that back to SQL using an API call.
So I guess the question here is, is there a way to "intercept" searches?
6 replies
Image Postprocessing
Folks, how do I get the path of an uploaded image? (I want to edit this image by sending it to an API, then replace it)
This just returns storage/app/livewire-tmp, and not the actual path of the uploaded image 😦
Thanks in advance!
Also, would it be better to do this after the form is submit, then replace it? I'm not sure..
9 replies
Tags Ownership - Multiple With Same Name
Hi folks, what would a model look like for the Spaite
laravel-tags
(https://github.com/spatie/laravel-tags) look like? I would like tags in which the user is the owner, tag names can be duplicated across the application, and tags have a category. Thanks in advance.2 replies
Creating UUID (PK) in form
Hi folks, I require the UUID (which is the primary-key of my model,
id
) to be known before the user submits the form, as this will edit another field. Is there a way I can generate this UUID, set it to a TextInput
, then use that as the primary ID? Thanks in advance.6 replies