Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

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

$
0
0
Selected values in the (single value) child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed by replacing the code in line 1592:<br />var selected = ($(this).attr("ows_ID") === childSelectSelected[0]) ? " selected='selected'" : "";<br />(not working)<br /><br />with:<br />var selected = (thisOptionId === childSelectSelected[0]) ? " selected='selected'" : "";<br />(working)<br /><br />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>