B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Blank value in select component I cant remove.

any update ?

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

Blank value in select component I cant remove.

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.

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

Blank value in select component I cant remove.

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...

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Blank value in select component I cant remove.

Hi Evgene,

noted with thanks..

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

Blank value in select component I cant remove.

Hello She,

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

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

Blank value in select component I cant remove.

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.

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

Blank value in select component I cant remove.

Hello She,

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

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

Blank value in select component I cant remove.

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

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

Blank value in select component I cant remove.

Any Ideas on this?

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Blank value in select component I cant remove.

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.

Return to “Issues”