Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

default selection not working after upgrade

after upgrade, dynamic select with no value is no longer set as 'selected' by default. Here is the resulting html:

code
<option value="" rerender="breedSelection" dsid="breedSelection-0_24" style="display: inline;" data-placeholder="false" dsrefid="breedSelection-0">All Breeds<&#47;option>
/code

The first selection was working yesterday- text was "All Breeds"

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

default selection not working after upgrade

Hello! Working on it.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

default selection not working after upgrade

On page HorseFilters on Success event listBreeds service add the following JS code:

codeTiggzi("breedSelection")&#46;val('');
Tiggzi("breedSelection")&#46;selectmenu('refresh');/code

Return to “Issues”