Questions tagged [ionic2-select]

33 questions
9
votes
4 answers

How to use images inside a select component in Ionic 2

I am trying to put an image inside a Select component in Ionic 2 : I have put the image source files inside the www/img folder in my Ionic 2 project. However, using a simple img-tag does not display any image using this code:
John
  • 10,165
  • 5
  • 55
  • 71
6
votes
5 answers

Ion-select with dynamic options in Ionic 2?

I'm developing application in Ionic 2. I need to add ion-select options in dynamic way, but I'm stumped on something that is probably very simple. Here is my code snippet.
happycoder
  • 927
  • 3
  • 13
  • 28
3
votes
0 answers

How can I load more data on scrolling down in ion-select in ionic2

I want call any method when scrolling down so that i can load more data at that time like ion-infinite-scroll.
ramya
  • 329
  • 1
  • 2
  • 8
3
votes
1 answer

ionic2 + Angular2 selection of list

http://ionicframework.com/docs/v2/components/#select I'm trying to show select option and capture the selection. I have tried from method, onChanges and even on putting inline on click, but nothing works.
Basit
  • 16,316
  • 31
  • 93
  • 154
2
votes
1 answer

Ionic 2 Multilevel/Hierarchical select

In ionic 2, how can I create a tree view select list? Previously in an web project I've used ngx-treeview and I want to achieve similar result (Demo--example 1). I can use the same module but only problem is ionic doesn't support html dropdown and…
feather
  • 85
  • 1
  • 2
  • 13
2
votes
2 answers

How to customize ion-select popup width and height in ionic2

am looking to customize the width and height of the popup opened from ion-select. Tried to search in internet and found some solutions to customize css. Tried below CSS in scss file, but none of them worked. Since the app is used in tablet, I want…
csharpnewbie
  • 789
  • 2
  • 12
  • 33
2
votes
0 answers

ionic 2 wrapped in a

I want the of a ionic form to look like a
2
votes
1 answer

Angular2: [(ngModel)] with ion-select - show div depending on select value

I'm working with ionic2 and angular2 with javascript (not typescript) I have 2 inputs: text and select. I want to hide input text if select.val() == 'more'. How do I do that? This is the code i have:
sandrina-p
  • 3,794
  • 8
  • 32
  • 60
1
vote
1 answer

i got " TypeError: this._renderer.setElementStyle is not a function" when i open Super tabs page in ionic 2

Please find the exact error in screenshot i am getting this error while running the ionic app can anyone can tell what is this error. https://i.stack.imgur.com/wZ2fj.png
Bhagwat
  • 11
  • 1
1
vote
1 answer
1
vote
1 answer

How can I reduce the size of sidemenu in ionic 2

How can I reduce the size of the ionic2 side menu. I have tried to compare it with that of android but it appears to be quite big.
James Java Card
  • 73
  • 3
  • 10
1
vote
0 answers

Adding textbox to ion-select ionic2

I am using ion-select to display list of item in dropdown in ionic 2. I am wondering if it is possible to add search textbox on the top of select. Gaming
Ramppy Dumppy
  • 2,667
  • 7
  • 27
  • 37
1
vote
2 answers

ionic 2 : Filtering

i have a list of items with a price tag and i have a select option at the top , now i want to display item which has the price more than the selected option . this my code if i select 10000 then i will get all items more than 10000 but i also get…
inoxe
  • 89
  • 4
  • 11
1
vote
0 answers

How to read sms with in the sms plugin?

I am new to Ionic, I had written the code but i am not able to read the sms that had received on my phone.with in the sms plugin i am not able to read the string.Is there any errors in my code: Below is my code : getSMS(){ var filter = { …
Krishna_32
  • 175
  • 2
  • 4
  • 16
1
vote
1 answer

How to send an object as a parameter in radio group

I have an array that i make use of it to dispaly Languages
Mohan Gopi
  • 7,606
  • 17
  • 66
  • 117
1
2 3