I mean not “fill” - I mean “select” Item which already in Dropdown items list.
FOR EXAMPLE:
I make selection and save selection in queryparam URL - copy this and mailed to somebody. He or She - paste url with param and page appear with selected dropdown Item…
Select and show item without onClick.
is It possible?
The selectedIndex API is set with an index number . Instead of the value , you can pass the index in the URL’s query param and then use it to set the dropdown.
Thank You. Everything working. I find deep mistake in one deep function - it cause that dropdown was not ready in time I think That it ready… Try to be very careful with callbacks, but time to time opened some “dead ends”… Like in Old joke
2 rules of programming: 1. Any program contained minimum 1 mistake. 2. If You find mistake - read rule 1