Quantcast
Viewing all articles
Browse latest Browse all 6517

Created Issue: Error in SPCascadeDropdowns: Selected Values lost after change with fiiltered simple DropDown [10108]

Selected values in the child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.

Can be fixed by replacing the code in line 1592:
var selected = ($(this).attr("ows_ID") === childSelectSelected[0]) ? " selected='selected'" : "";
(not working)

with:
var selected = (thisOptionId === childSelectSelected[0]) ? " selected='selected'"
(working)

Cheers!

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>