racerguy

Results 13 comments of racerguy

I am also having this problem. Seems to come up with x-selects in WireUI modals for me.

> Could you record a video showing this behavior? ![Screenshot 2022-08-16 032236](https://user-images.githubusercontent.com/64607188/184849478-05e8f379-61b1-435f-b6df-37cd812f63d6.png) ![Screenshot 2022-08-16 032214](https://user-images.githubusercontent.com/64607188/184849491-0fd781f5-614f-4096-bf79-3aac643d2a08.png)

I will try to get a video of it. It tends to cause a meltdown of vite and crashes chrome and node. `import { defineConfig } from 'vite'; import laravel,...

I think it maybe looping because some function from wire-elements is also found in wireui

It's an error with the laravel vite auto refresh, using https://github.com/def-studio/vite-livewire-plugin gives me no problems

@PH7-Jack Still having problems with this. Plugin seemed to help and so did using incognito window for about a day. Something weird is going on. I have 4 selects, 1...

Is there any possibility that wireui is modifying files in a way that Vite is picking it up as a change?

> @PH7-Jack Not checked after this workaround. I am seeing the same problem. Have to force it with protected $cast I understand some people store decimal as integer and just...

I have my multiselects set on categories (vendor, subvendor, region). Subvendor has about 3500, Vendor has 1000, Region has 200. I am loading them like this Vendor::get(['id','name']), etc.

Below is a video had to apply a fix for collections to work. In the video I have an output at the top of the table which is not in...