I’m trying to clear field inputs after save on a form.
All the fields are clearing except the drop down field. I want it to revert to the placeholder I set of “Select”
I tried this but it isnt working self.input_stuff_form.drop_down_stuff_type.selected_value='Select'
What should it be?