Page 2 of 2

Select control is empty

Posted: Fri Dec 14, 2012 2:32 am
by yaip

is there a way to show 'please wait...' and disabling the control in my select control while the data is being retrieved?

Also, the above code doesn't show me the selected text/value when i select a row.


Select control is empty

Posted: Fri Dec 14, 2012 9:35 am
by Kateryna Grynko

Hello,
Yes, you can do it. To show/hide spinner add action "Run JavaScript" with folowing code:
codeshowSpinner();
hideSpinner();/code


Select control is empty

Posted: Fri Dec 14, 2012 5:52 pm
by yaip

why is the control showing no values when I am selecting one? Do I have to do something or is it automatic?


Select control is empty

Posted: Fri Dec 14, 2012 5:57 pm
by yaip

When I enter an initial value of 'Please select one...' in my select control's option property, it doesn't show that


Select control is empty

Posted: Tue Dec 18, 2012 2:03 pm
by Kateryna Grynko

Hello, it's a bug.
We are looking for a workaround.
I will update.


Select control is empty

Posted: Fri Dec 21, 2012 1:04 pm
by Kateryna Grynko

Hello,

This bug will be fixed in next release.
For now, we found a workaround for you.

You have to add Success event for Rest Service and add "Run JavaScript" action with following JS code for this event:
codeTiggzi('mobileselectmenu1_11').find('option').attr('data-placeholder', 'false').data('placeholder', false);
Tiggzi('mobileselectmenu1_11').refresh();/code
Paste Select Menu component name instead of "mobileselectmenu1_11". Select Menu won't be empty after this.


Select control is empty

Posted: Thu Jan 24, 2013 12:02 pm
by Kateryna Grynko

Bug is fixed now.