Groli
Groli
FFilament
Created by Groli on 6/23/2024 in #❓┊help
Is it possible to create new Action Modal anywhere in code, if so, how?
I want to prompt user if the submitted data is missing for example som keyword required with a modal. Can it be done?
5 replies
FFilament
Created by Groli on 6/22/2024 in #❓┊help
How to add custom html text or just insert HTML Entities inside hintIcon tooltip
Textarea::make('data')
->hintIcon('heroicon-m-question-mark-circle', tooltip: new HtmlString('Gender &rarr; M/Z, M/Ž, M/F<br>Birthday &rarr; DD. MM. RRRR, DD. MM., DDMM'))
...
Textarea::make('data')
->hintIcon('heroicon-m-question-mark-circle', tooltip: new HtmlString('Gender &rarr; M/Z, M/Ž, M/F<br>Birthday &rarr; DD. MM. RRRR, DD. MM., DDMM'))
...
I tried doing this but it just resulted in this but it was inserted as is in the string without applying those attributes...
3 replies
FFilament
Created by Groli on 6/21/2024 in #❓┊help
Adding navigation inside cluster to CreateRecord page
I want to add navigation (as is in ListRecords page) to CreateRecord page, is it possible?
5 replies
FFilament
Created by Groli on 6/4/2024 in #❓┊help
How can you customize record title on attach action
No description
12 replies