She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

Hi Team,
Select Dropdown always return the first value, everytime i selects new value how can i fix this? the mapping screenshot is in below:

Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Select Dropdown Problem

Hello She,

Please try to remove the link from MyID to Selected

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

Hi evgene,

Thnak you for responding, i already fixed this problem. i have a new problem.

when i run the page show event the url always return in URL ENCODED Character.

Image

how to fix this?

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

Hi Evgene,

I already fixed this. issue the problem now is in select dropdown again. its empty when the page is show but its already have a values when the pageshow.

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Select Dropdown Problem

Hi Evgene,

Any progress for this?

This is my actualy mapping in onSuccessEvent : Image

and this is in ONLOAD event. i just want to display the first ITEM in the DropMenu. but its not showing

Thanks,

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Select Dropdown Problem

Hi,

Not yet, will update as soon as news.

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Select Dropdown Problem

hi She,

If you want to select the first item, after your select component is populated using the REST api, use this code in your success event

To select first item
code
// Change the select component name to suit yours
var myElement = $('select[name="mobileselectmenu_16"]');
myElement.val(myElement.find('option').first().val());
myElement.selectmenu('refresh');
/code

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

Select Dropdown Problem

Hi I have a problem similar to the original problem that She had. I want the value that is actually saved in the database to appear first in the select menu. How do I do this?

Return to “Issues”