I have two listboxes, countries and states. When I select a country, first state that belongs to the country should be selected in the states listbox. I get the selected countryid and then set the first state that belongs to the country as selected. This works fine in IE8, but in chrome I have a problem. when I first select a country, states listbox scrolls down to select the state. Second time, if I select a country for which the state list needs to scroll up to show the state, it doesn't happen. When i scroll up i see that the item is selected as expected. It's only that the item is not shown in the visible portion of the list. Any suggestion?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I made an example for you here. Hope you found this useful! |
|||
|
