I am encountering an issue with the ComboBox menu since the last big update (2 weeks ago). When a ComboBox is inside an edit form (not a new form), if the item is not blank, the ComboBox default value highlights the value recorded in my database. However, if I select another item that is blank, the default value becomes the last record selected (from the previous item) instead of being blank.
I have not found any information about this problem. If I use a dropdown menu, there is no issue.
Do you have a solution, or does this mean I will have to use a dropdown menu instead of a ComboBox when using an edit form?
Thanks a lot for your feedback
I’m going to try to explain this situation a bit more clearly.
Imagine a SharePoint list with two items: one is fully completed, and the other is empty.
In my application, I’ve added a gallery to display the items and a form for viewing and updating data.
If I click on the first item (the one that is fully completed), my ComboBox displays the default value. For example, let’s say the default value is the word Hello.
Now, when I click on the second item in the gallery (the one that is empty), the default value in the ComboBox should either show the placeholder text or remain blank. However, instead of showing the placeholder text or being blank, the ComboBox still displays the word Hello!
This issue only occurs when the data is empty, and it didn’t exist before the last update.
I hope this explanation is clearer now.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.