You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two select fields.
One customer_id contains all customers.
The second one contains all projects of the customer.
Now I always reload the projects when the customer_id is changed.
Now when I load the page and want to select the option in the projects dropdown, unfortunately it doesn't work. The entries are available in the dropdown, but it does not select the corresponding option.
Can someone help me here with my problem?
I hope I could describe my problem so that you understand it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have two select fields.
One customer_id contains all customers.
The second one contains all projects of the customer.
Now I always reload the projects when the customer_id is changed.
Now when I load the page and want to select the option in the projects dropdown, unfortunately it doesn't work. The entries are available in the dropdown, but it does not select the corresponding option.
Can someone help me here with my problem?
I hope I could describe my problem so that you understand it.
Here is my JS code:
Here the HTML Code
Beta Was this translation helpful? Give feedback.
All reactions