Consume api with select
How can I consume an api through a select or multiselect, what I need is for it to show me the information each time the user enters a digit
this works with a TextInput, it's what I need but with a select
2 Replies
Would you like to populate it based on an external data source?
https://filamentphp.com/docs/2.x/forms/fields#select
thanks