I have a dropdown that is using this code
Office365Users.SearchUser({searchTerm: TextInput2.Text})and it is connected to a text input. I had to do it this way b/c we have over 100+ people so to allow all the employees to be found i had to turn it into a search. My issue here is sometimes people may not need to put an employee name down. For instance this dropdown i have is called Referred By so sometimes a person is not referred by anyone. So the field needs to be blank when it is sent to the sharepoint list. What is currently happening is if i dont search for a name the first item that is in the dropdown will pop up for the saved result in the sharepoint list. I saw people say add a blank space in your list but I am using AD so I can just add a blank account. Maybe there is a way to add additonal items to the dropdown without effecting AD?