DropDown List in Forms bugs in 1.1.8

  1. When PropertyName using dictionary variable, the dropdown items can not generated.
  2. PropertyName using List variable, Using widge ChoicesJS, the dropdown items are doubled.
  3. PropertyName using List variable, Using widge ChoicesJS, first select a drop item. After the dropdown window close, select a drop item again, only the previous selected item shows.
  4. PropertyName using List variable, Using widge HTML5, there is a blank item in the list window.
  5. PropertyName using List variable, Using widge HTML5, if not changing the dropdownlist, directly submit the form. The outputdata has all the items instead return the selected item.

Below is a bug file. Please check
Bug.xaml (10.9 KB)

Thank you for the report, I registered it in our bug tracker.

We’ll keep the topic updated when some updates become available.

Really old post, but replying for benefit of others.

Dynamic and conditional dropdowns need to be implemented a little differently.
You can have a look at this doc and see how the state dynamic dropdown is implemented.
The other city dynamic dropdown is a conditional dropdown - the options for city depend on the value selected in state.