Principal Coder

Results 11 issues of Principal Coder

I tried `money(35.55)` => This showed me` ¤35.88`. Why this issue?

How can I add custome validator rule? like `ValidatorInterface::RULE_SWITCH`

I'm using three wallets (metamask, wallet connect, coinbase wallet). How can I get the current `connector`?

Hi I really like this kiaalap admin dashboard template. But is there bootstrap 4 version? If you can make bootstrap 4 version for this template, we really appreciate about it....

I need to get `activePointIndex` data in parent component. How can I get it?

Removed double name attribute

-It's fine when it has filter widget but, when we don't have filter widget, the search input style looks not good as following. This fix will make it looking better...

Hello, This livewire table is really awesome. If I am not wrong, you didn't add per page selection somewhere? Is it hard to add that? I know we can set...

I want to pass variable to livewire component. ` @livewire('livewire-component', ['type'=>'A']) ` ` public function mount($type) { $this->setTableProperties(); $this->type = $type; } ` It displayed error. ` Declaration of App\Http\Livewire\LivewireComponent::mount($type)...