Replies: 4 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
We also stumbled upon this issue. It would be great to have the ability to preload existing options, similar to what we have for Tag fields. |
Beta Was this translation helpful? Give feedback.
-
Please, it would be great to have a searchable field. |
Beta Was this translation helpful? Give feedback.
-
If you do not need use ->showCreateRelationButton() in BelongsTo field, simply use Select field and set up like: ->searchable() inside Select field gives you search field, and ->options() will give you list of options based on the model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Laravel 10 and I need to use the searchable function inside a BelongsTo.
The searchable function works but it doesn't display the existing data.
The composer packages I found are deprecated. Anybody got a solution for this?
Thanks,
Federico
Beta Was this translation helpful? Give feedback.
All reactions