DianaMujoiu
DianaMujoiu
FFilament
Created by DianaMujoiu on 2/18/2024 in #❓┊help
Custom component load form with dark theme
darkMode:'class', I've put this in tailwind.config.js
7 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
Hi, @awcodes . I found this solution for the wizard
.fi-fo-wizard-step:not(.fi-active) {
position: relative;
}
.fi-fo-wizard-step:not(.fi-active) {
position: relative;
}
Maybe it can help you to solve the core issue
22 replies
FFilament
Created by Darpan on 4/10/2023 in #❓┊help
How to prevent already selected value in repeater?
Hello, regarding this implementation, does the first select retain its selection when you add a new item? Because when I add a new item, the first selection disappears
13 replies
FFilament
Created by DianaMujoiu on 2/26/2024 in #❓┊help
Select in repeater
I think is not working in repeater
5 replies
FFilament
Created by DianaMujoiu on 2/26/2024 in #❓┊help
Select in repeater
Thank you, I will try it
5 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
Thank you for your time
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
Yes, it seems that the class is not applied. I will check the devtools for more details and see if I can figure out what the problem is
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
I've also added the !important to visibility rerun the build for theme but is the same problem
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
.fi-fo-wizard-step:not(.fi-active) {
overflow: hidden !important;
visibility: visible;
}
.fi-fo-wizard-step:not(.fi-active) {
overflow: hidden !important;
visibility: visible;
}
Like this?
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
No description
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
This is my page where I have the wizard
<div class="register-page min-h-screen flex items-center justify-center p-4">
<form wire:submit="submit">
{{ $this->form }}
</form>
</div>
<div class="register-page min-h-screen flex items-center justify-center p-4">
<form wire:submit="submit">
{{ $this->form }}
</form>
</div>
and this is the register-page class
.register-page {
background: url("/public/images/auth-bg.png") no-repeat center;
background-size: cover;
}
.register-page {
background: url("/public/images/auth-bg.png") no-repeat center;
background-size: cover;
}
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
Yes, this is what's happening. Have you any idea how can I do a workaround?
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
In the wizard I have a repeater which seems to cause the problem. Should I put some extra attributes on it?
22 replies
FFilament
Created by DianaMujoiu on 2/24/2024 in #❓┊help
Wizard height
Any ideea? 🙆‍♀️
22 replies
FFilament
Created by EL REKT on 2/24/2024 in #❓┊help
The server responded with a status of 401 (Unauthorized) when upload image/file
protected $proxies = '*'; try this in TrustProxies
22 replies
FFilament
Created by DianaMujoiu on 2/22/2024 in #❓┊help
Wizard "nextAction" save
Yeah, I have a huge wizard code and I forgot I have "skippable" , but thank you so much again
38 replies
FFilament
Created by DianaMujoiu on 2/22/2024 in #❓┊help
Wizard "nextAction" save
Thank you so much! Actually the problem was 'skippable'
38 replies
FFilament
Created by DianaMujoiu on 2/22/2024 in #❓┊help
Wizard "nextAction" save
this model is working. the only problem for me is the first step which represents a repeater relationship
38 replies
FFilament
Created by DianaMujoiu on 2/22/2024 in #❓┊help
Wizard "nextAction" save
yeah, I know... but what do you think about this
->nextAction(
fn (Action $action) => $action->label('Next step'),
)
->nextAction(
fn (Action $action) => $action->label('Next step'),
)
? Can implement the saving here, maybe ?
38 replies
FFilament
Created by DianaMujoiu on 2/22/2024 in #❓┊help
Wizard "nextAction" save
I am using the form builder only
38 replies