Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

is there a more native drop down select component available?

I'm looking for a select drop down that is at bottom of screen. The one in appery appears in the middle of the screen and is quite cumbersome. Also when you fill from data service it always has a blank item at the top. Are there any other options?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

is there a more native drop down select component available?

Hi Aeneas -

Everything that is possible within jQuery mobile is provided in our builder, and nothing more.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

is there a more native drop down select component available?

How do I get this type of select?

Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

is there a more native drop down select component available?

Is it from official site, could you please share a link?

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

is there a more native drop down select component available?

Hi Aeneas,

This is pretty custom case and falls outside the scope of standard support.
Show us what you have tried and does not work, so we can advise.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

is there a more native drop down select component available?

How do I make the below dropdown contents

  1. Appear under the dropdown parent;

  2. Have a white background;

  3. Have a smaller font; and

  4. Not show the blank item at the top?

    Image

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

is there a more native drop down select component available?

Hello Aeneas,

Select your component on the page and tick option "Native"
it should solve your problem

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

is there a more native drop down select component available?

I have done that and now the selected text is centered. How do I get it back to the left?

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

is there a more native drop down select component available?

Hi Aeneas,

Here is a solution to align selected value in the left:

  1. Activate your select component and set "leftAlignText" as class name.
    Details: http://prntscr.com/6iz017/direct

  2. Add new CSS asset.

  3. Populate it with following CSS code:

    pre

    .leftAlignText .ui-btn span{
    text-align: left;
    }

    /pre

    Details: http://prntscr.com/6iz0bo/direct

    Then you will get following result: http://prntscr.com/6iz0jv/direct

    Regards.

Return to “Issues”