Resolved! Client script to remove option from select box based on another select box selection.
We have a request to remove an option from select box B if a user selects a specific option in select box A. Here's the client script I created, but it doesn't seem to be working. For testing, I tried changing onChange to onCellEdit and onLoad but no...