Adrien Foulon
Adrien Foulon
I was looking at it but it's not this, it's the code I pointed to that stores objects into the relatedItem relation, sending a PR in 3 minutes
Btw @ifox I see a lot of `Schema::hasTable(config('twill.related_table', 'twill_related'))` in this class (which is a somewhat expensive query) running in a very heavy loop Is there any actual case where...
@antonioribeiro Any chance you could give a try to the PR? Adding to your composer.json ```json "repositories": [ { "type": "vcs", "url": "https://github.com/tofandel/twill" } ], "require": { "area17/twill": "dev-patch-18 as...
Just adding that it would need to take into account the height of all the visible slides if itemsToShow is > 1
I think `clearable` makes more sense, then we could show a clear button on the select input
There seems to be already what is needed on the VSelect component to make it work https://github.com/area17/twill/blob/3.x/frontend/js/components/VSelect/ExtendedVSelect.vue#L42-L44C7 But it seems it's not the component that is used https://github.com/area17/twill/blob/3.x/frontend/js/components/SingleSelect.vue
I see a few options for this: 1. Add a keyword directly in the page definition: ```js pages: { order: { cascade: true, hu: '/rendeles', } } ``` 2. Add...
> If your project has enough routes for this to be an issue I think writing a function to generate the config should make things easier That would be the...
I do have a comment on this, aren't parameters an associative array, meaning they need a key? In which case would passing a string or int to parameters which would...
I can confirm It's inheriting a `transform: translateY(-50%)` from `.a17 .vselect__field .vs__selected button`