UDInputField select on change event?

I’m trying to build a user provisioning page, and one I’d like to be able to populate one of the select input fields based on a selection made in another selection.
Is there an OnChange event for the UDInputField type select?

IE - I want to select the Department from a static list, and based on that result, populate a Role input field, and set login paths, email db, etc.

I’ve been unable to find any examples on how to accomplish this.

Use a UDSelect, instead, and have it’s OnChange call a Sync-UDElement on the element with the affected elements. They can use Get-UDElement to read the UDSelect. Be aware that the value is going to have double quotes added to the string.

Thanks,
Tim Curwick