TagsInput not displaying in custom page
I am having an issue with the TagsInput, not displaying in a custom page. Specifically, the tag input field is not visible. Can someone please assist me with troubleshooting this problem?
Here's my getFormSchema code
15 Replies
Is it a Filament Custom Page?
Yes
any console error?
Double check your model. This error is saying that ‘phones’ isn’t a property on the model.
Can you share the blade view code please?
Just this
Can you share the whole page class?
Actually, you need to implement Forms\Contracts\HasForms
And use Forms\Concerns\InteractsWithForms
added it but the problem still persists.
my bad. Should work
Can you share the code on gist please?
hum, maybe the mount method:
Yes! It works thanks a lot Leandro
Sorry.. I forgot mount 👍