Salty
Explore posts from servers[v2] Using reactive/dependent fields sends all fields to be saved
Having the following configuration
when I save the model, having selected
option1
for instance and filling up the values, I get the extra_login field in my JSON attribute in my model
Expected:
- name: Name 1
- value: Value 1
Actual
- name: Name 1
- value: Value 1
- extra_login: null3 replies
Attempting to reuse some of Filament internal views
I'm trying to build a custom View page for a resource, and I'm trying to use the built-in
vendor/filament/filament/resources/views/resources/pages/view-record.blade.php
something like this
However I only get the "hello there" text to show, I'm expecting like the widgets to show and the page title as "View <Record>" like it is on a default view page4 replies