I created a couple of ComboBoxes and notice a strange thing if I do the following:
1. Select an item.
2. Navigate away from the page.
3. Use the browser's Back button to return to the page.
Upon returning, the ComboBox is blank (or the placeholder appears if I configured that). However, when I open the ComboBox, the item I had originally selected is highlighted. Thus, it appears that the value was retained though the text was not.
Is there any way to make sure the text retains its value on returning to the page?
(Note: I tried the same thing with a normal HTML select drop-down list, and the selected item remains selected upon return as expected.)
Thanks,
Ken
1. Select an item.
2. Navigate away from the page.
3. Use the browser's Back button to return to the page.
Upon returning, the ComboBox is blank (or the placeholder appears if I configured that). However, when I open the ComboBox, the item I had originally selected is highlighted. Thus, it appears that the value was retained though the text was not.
Is there any way to make sure the text retains its value on returning to the page?
(Note: I tried the same thing with a normal HTML select drop-down list, and the selected item remains selected upon return as expected.)
Thanks,
Ken