Forum Discussion
Sadok_Hadji
Jun 01, 2020Copper Contributor
SharePoint Online Lookup Dropdown Autocomplete/Combobox
Hi All, I have a list in Sharepoint Online, which has a lookup to an other list. No matter what, on the form it will always render as a dropdown value. When this list of values becomes huge, it's...
Carlos_Marins
Jun 02, 2020Iron Contributor
Hi Sadok_Hadji,
It's definitely possible using SPFx. You can create a custom dropdown - maybe even that one using jQuery - querying data from your list and then filtering them as the user types a value. If you want your control to be available in the "New" or "Edit" Form, when you create or edit an item through SharePoint, I think you'd have to use PowerApps.