Hello all, glad to be onboard and eager to help in the forums like you guys are doing.
What I’m trying to do: I need to clear drop-down selected values after submitting a form.
What I’ve tried and what’s not working: I have tried setting the value of the drop-down to “” but I receive an error saying that is not an available value.
Code Sample:
def clear_inputs(self):
…
self.drop_down_area.selected_value = “”
self.drop_down_processo.selected_value = “”
self.drop_down_fatores.selected_value = “”
…
Clone link:
https://anvil.works/build#clone:OLGK665WURFGJTGR=AX3FUELE7TEFNTLAGHVI42XF