Filament 3: Reactive "Live" Form Demo

Filament 3: Reactive "Live" Form Demo

Laravel Daily

10 месяцев назад

9,709 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@tecnobyte23
@tecnobyte23 - 19.10.2023 22:21

Great video! Thank you!

Why is method maxItems (Select Field) not reactive? The new item limit is not updated in the select, according to the value placed in the input dynamically.

TextInput::make('max_items_input')->live(onBlur: true),

Select::make('technologies')
->multiple()
->options([
'tailwind' => 'Tailwind CSS',
'alpine' => 'Alpine.js',
'laravel' => 'Laravel',
'livewire' => 'Laravel Livewire',
])
// It doesn't work.
->maxItems(fn (Get $get): int => $get('max_items_input') ?? 1)
// It works.
->helperText(fn (Get $get): string => $get('max_items_input') ?? 1)

Ответить
@nazar87ali
@nazar87ali - 12.10.2023 01:11

if i have file upload fields with big size file . when i use the live the form reloaded with the upload files how can prevent this ?

Ответить
@AriefDwiMuhidin
@AriefDwiMuhidin - 19.09.2023 07:14

Thank you for the video, how do you make a footer in Filament 3?

Ответить
@seyha3447
@seyha3447 - 09.09.2023 11:38

TextInput::make('title')
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', Str::slug($state)))

TextInput::make('slug')

it not work well with auto generate slug, because the page need to re-render and lose last words that user just typed. any solutions? thanks

Ответить
@Anonymous-cj4kk
@Anonymous-cj4kk - 17.08.2023 17:46

Greet video
I wanted to express my gratitude for your assistance in helping me find solutions to my coding challenges. Your videos have been invaluable in shaping my approach to problem-solving.

I am excited to inform you that I have embarked on a new project using Filament v3. As I delve into this endeavor, I have encountered some inquiries specifically related to the database structure of a Laravel E-Shop, particularly concerning Products, Options, and Attributes.

With your permission, I would appreciate the opportunity to share my questions with you via email. Your insights would be greatly appreciated as I navigate through this aspect of my project. Please let me know if this arrangement works for you.

Thank you once again for your ongoing support.

Ответить
@azzamydev
@azzamydev - 08.08.2023 06:21

In version 2 is reactive() method

Ответить
@fabricioguimaraes3915
@fabricioguimaraes3915 - 08.08.2023 03:04

Filamentphp v3 multi tenancy single database

Ответить
@FadiChaalab
@FadiChaalab - 07.08.2023 23:17

Hi, I love your videos and I am learning a lot from you ❤. I want to ask if you can guide me on how you can create student timetable with the ability of auto generate and the ability of drag and drop to switch lessons in timetable, any help could be appreciated.

Ответить
@rick_zim
@rick_zim - 07.08.2023 21:17

Hi! Thank you for all the videos you've made! Could you maybe do a video on how to do this with livewire v3 only? (only if people are interested ofcourse)

Ответить
@samiullah0011
@samiullah0011 - 07.08.2023 20:27

is fillament free or paid?

Ответить
@development2301
@development2301 - 07.08.2023 20:01

🎉🎉 Yes, More videos for Filament

Ответить
@silakanveli
@silakanveli - 07.08.2023 18:30

Great video! Vanilla Laravel has poor / total lack of form helpers so this is a great content!

Ответить
@Claudio_Pereira
@Claudio_Pereira - 07.08.2023 14:49

Povilas, thanks for another great video 😊

Can you touch built-in Multitenancy?

Ответить
@kamil19862307
@kamil19862307 - 07.08.2023 12:47

Thank you a lot, Ilike it!

Ответить
@kamleshpaul414
@kamleshpaul414 - 07.08.2023 09:22

can we make 2 roles admin like

/member dashboard /admin and /user -dashboard


exited to learn more filament

Ответить
@373323
@373323 - 07.08.2023 08:38

yes, filament is very exciting

Ответить
@403gtfo
@403gtfo - 07.08.2023 08:23

YEEEEEEESSSS!!! Am loving filament and your videos :)

Ответить