TextInput with an autocomplete function
I look for a solution to use a autocomplete in a TextInput field. Select is not a solution because the user must also use own values.
Values comes from api. At the moment I don't found any solution
6 Replies
@dissto with datalist I can't get dynamic data from an api. The value comes from api and is refresh with every input
Why not?
Or what do you mean?
Thank you. I have forgot that I have try a few days before. But I don't geht a option to select the values
$data return an array (Checked with dd($data)
I think it is a problem with Safari. In Chrome it works, in Safari I don't geht a List
it seems that with safari filament it doesn't render well
try this. works for me.