When I click a dropdown and select an option, the display just reset to the default value, and the option is not selected. Does anyone know what I’m doing wrong??
Could it be that your dropdown data is connected to another element on the page? Sometimes, if you have a group that uses the dropdown’s data value and the dropdown itself is within that group, the selected option can reset to its default value. I’ve encountered a similar issue before. I resolved it by placing the dropdown in an independent group, separating it from other data-dependent elements.