Multiple Field in Custom Field
Hi, pls help. How can I handle or get the 2 values from a custom field?
Solution:Jump to solution
I've used KeyValue instead and made some customization. Thanks for your time 🙂
17 Replies
using
wire:model
Like this? Upon submission, I can't read that field. Just the custom filed but has null value
Im using Filament Form Field (Custom Field)
Really? but your
<input ...
doesn't look like filament form field.Yeah, that's why I ask because I don't know how to do it using 2 fields in 1 custom form field. Above code is just an example.
then why not provide some code to check for.. I answer you by guessing only...
My fault, I've screenshot it
Don't.. read #✅┊rules to format code
I need to read and get the values from 2 input fields
Did you define in your components?
Define meaning this?
I've ran that command and add html codes from created views
Used CustomField::make() to my resource
Solution
I've used KeyValue instead and made some customization. Thanks for your time 🙂
@denknows Can you please provide what customization you have done and how to solve this ?
hi @Asmit Nepali I've extended KeyValue class and customized the view
@lazydog Can you please share some code here ?