Kasim Ridwan

Results 10 comments of Kasim Ridwan

> We released 4.0.0 which removes this API. I believe the 2.x release line was also updated to remove this API. Please update to the latest. But i hope it...

> I can confirm that @mlynch 's post is correct, I have just uploaded to the store and warnings have been removed and it passed checks into the AppStore. Do...

Thank you so much @BenSegni although i already uploaded to Apple store with the warnings won't it be rejected?

Thank you so much once again @BenSegni for the clear-cut explanation. I will definitely note this for future update.

> to make alert appear after some time you can add "timeout" option > > ``` > $this->alert('success', 'Your answer has been submitted'); > > $this->alert('info', 'You can update your...

> Yes it's . This is delay to appear , `timer` is delay to disappear Oh! I see. Good job!!! Is there any use case for this? Just thinking of...

I am currently having the same issue. I tried the @NikarashiHatsu approach, which is similar to what was suggested on the repository readme file, but I kept getting errors. @abbasmashaddy72...

> @dotmarn > > I was not able to find any work around, I simply removed the without from my query as it was not so important at the time...

Is there a way to access the `$selected` from my livewire component to grab the ids of the checked items?

> Is there a way to access the `$selected` from my livewire component to grab the ids of the checked items? Figured it out by setting `$buttonsSlot` property to a...