searchable select in infolist?

I need to display some information, but need to allow the user to interact with it. I need to use a searchable select. Ideally I'd use a table, which is what I'm currently doing, but the select isn't searchable, which is becoming problematic. I've briefly attempted to make an infolist with a form inside it, but it doesn't seem to be working from my initial quick attempt. Before I spend more time I thought I'd just ask if anyone has done anything like this and how you did it? Is there a better way I'm not thinking of?
1 Reply
Jon Mason
Jon Mason4w ago
maybe I just need a livewire component in a loop for each record...might be overthinking this.