kippie1985
Questions based on repeater
Hi all,
Currently i'm working on a IMHO very simple form. The form contains a wizard. Step 1 is a repeater with products (Say TV's) and in step 2 there's a toggle for every product with the question if the product should be installed. When true, another TextField should appear with a question "What kind of installation".
The problem is that in step 2, when i toggle the first Toggle, the TextField does appear, but the second doesn't. Someone here who can help/explain this to me, because i've no doubt why this happens? Attached is my complete resource.
1 replies
Action->extraAttributes(['target' => 'my_frame']) is not showing
Hi all, Thank you for this great package!! I'm trying to make a printer friendly view for all the records in a table. What i'm trying to do is: Filament\Tables\Actions\Action::make('printer_action')->extraAttributes([''target' => 'my_frame']). So, pretty straight forward if you ask me, but the target="my_frame" is not showing. When i change target to _target, it's showing. What am i missing?
29 replies