I have a dropdown containing true and false and I want to reset the value to blank.
Dropdown:
The items are boolean values.
Items: [true,false]
Default: defaultPaxOnBoard
Allow empty selection is set to true.
On the Home screen before navigating to the page with the dropdown I thought it would be as simple as this...
Set(defaultPaxOnBoard,"");
Set(defaultPaxOnBoard,true);
Set(defaultPaxOnBoard,false);
None, of these work. The items is a manually typed value and not a SP List.