I've got multiple selects depending on eachother. Simplified example:
client
location
department
user
User depends on department, department on location and location on client.
Bug
- Select a (dependend) value in each select
- Change the selected option in client (first select)
- Location is properly resetted and department disabled.
- User however still has the old values