Page 2 of 3

Blank value in select component I cant remove.

Posted: Tue Apr 14, 2015 9:34 am
by B510

any update ?


Blank value in select component I cant remove.

Posted: Tue Apr 14, 2015 9:45 am
by Evgene Karachevtsev

Hello,

We suppose this bug will be fixed in our next release (early May), but unfortunately we can't guarantee this. We'll post as soon as we have any update from our developers.


Blank value in select component I cant remove.

Posted: Wed Apr 15, 2015 1:38 am
by She

Hi Evgene,

This update is for selectmenu bugs? like multi selected value and text when the app was installed in device? screenshot is in below:

.png?1428905827]https://d2r1vs3d9006ap.cloudfront.net...


Blank value in select component I cant remove.

Posted: Wed Apr 15, 2015 3:52 am
by B510

Hi Evgene,

noted with thanks..


Blank value in select component I cant remove.

Posted: Wed Apr 15, 2015 4:57 pm
by Evgene Karachevtsev

Hello She,

No this is another issue. Could you please clarify, did you make a post about this bug here?


Blank value in select component I cant remove.

Posted: Thu Apr 16, 2015 12:37 am
by She

Hi Evgene,

yes i already posted this bug and this is the link:

https://getsatisfaction.com/apperyio/...

when i use the PAGE SHOW EVENT that bug always happens, so i need to use this code: location.reload() to reset the page.


Blank value in select component I cant remove.

Posted: Mon Apr 20, 2015 5:39 am
by Evgene Karachevtsev

Hello She,

Could you please provide all asked info in the appropriate to this issue post for we could investigate it?


Blank value in select component I cant remove.

Posted: Wed Dec 07, 2016 7:39 pm
by Matt6607699

I'm having this problem as well in an Ionic app.
I have other working Selects and modeled this particular one after a correctly working Select. This Select always has a blank item as the initial value no matter what I do.

Image
Image
Image

You can see how it adds a blank option value and has it selected.

Image

I've tried it without the ng-select.
I've tried changing all of the values in the one Select Option that's required.

After I make a selection from the list, the blank item goes away.

Any Ideas?
Thanks


Blank value in select component I cant remove.

Posted: Fri Dec 09, 2016 6:29 am
by Matt6607699

Any Ideas on this?


Blank value in select component I cant remove.

Posted: Fri Dec 09, 2016 4:06 pm
by Galyna Abramovych

Hello Matt,

You need to delete:
code$scope.selection = {...}/code
(line 15)
and then, after
code$scope.selections = [...]/code
insert the following:
code$scope.selection = $scope.selections[0]/code

It looks now like your $scope.selection is not linked to objects in $scope.selections now.