Issue with Dropdown menu

Hi,
I am facing an issue with the Dropdown menu if the database has a single value.
In my app, I have a dropdown menu for the “subjects” collection.
When the user selects the “next” button, it updates the “post” collection and adds the “selected” subject to the current post, and then moves to the next page.

subject

If there is only one entry, like here if there is only 1 subject in the database (History), clicking on the “next” button doesn’t add the Subject in the post.

However, If there are 2 or more subjects in the database, then a subject can be selected and is getting added to the post.

Please help.

Regards

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.