Questions tagged [selectboxit]

A jQuery plugin that enhances an HTML Select Box.

A jQuery plugin that progressively enhances an HTML Select Box into a single option dropdown list. The dropdown list can be optionally styled with Twitter Bootstrap, jQueryUI ThemeRoller, or jQuery Mobile, optionally animated with jQueryUI show/hide effects, and works on Desktop, Tablet, and Mobile browsers.

16 questions
4
votes
2 answers

AngularJs problems with selectboxit

I have selectboxit component in my site. With next design: And I need when I select first select box value render data to first column if select value from second select box render data to second column etc. My html code:
Taras Kovalenko
  • 2,323
  • 3
  • 24
  • 49
3
votes
1 answer

selectBoxIt with Datatable pagination not working

I have used selectBoxIt for selectbox to designing a dropdown box and used datatable for listing of data. So, It is not working when paginate in datatable list.Code i have done for selectbox is var selectBox = $(".filter_group").selectBoxIt({…
Bhumi Shah
  • 9,323
  • 7
  • 63
  • 104
2
votes
0 answers

SelectBoxIt - trigger an update to the original select element

I'm trying to use the SelectBoxIt jQuery plugin and it looks great and promising and everything though i have 1 issue with this plugin, it seems that there is no native way to update the original select element with the selected value. at first look…
Sagiv b.g
  • 30,379
  • 9
  • 68
  • 99
1
vote
0 answers

Angular 4 - $(...).selectBoxIt is not a function

Creating directive for SelectBoxIt plugin in Angular 4. Imported jQuery, jQuery UI and SelectBoxIt. Directive is imported in module and applied to select box. It throws following error: ERROR TypeError: $(...).selectBoxIt is not a function at…
Sovon
  • 1,804
  • 1
  • 22
  • 30
1
vote
1 answer

longer text in a selectBoxIt drop-down list is not visible (if chosen)

I have a drop-down list using selectBoxIt. if an Option, is longer than width of the drop down menu, the text will be disappear if chosen.I couldn't find the solution on the internet. following 2 pictures show the problem: if the text is shorter…
behzad
  • 965
  • 11
  • 24
1
vote
1 answer

ios10 : Unable to select anything after interaction with native dropdown

I have a Responsive solution which consumes HTML 'Select' Tag. This when opened in Safari (in IOS10) , allows me to select any value from dropdown. Once I interacted with native dropdown, when I tap anywhere on the web page again triggers the native…
Parag Diwan
  • 3,007
  • 2
  • 19
  • 37
1
vote
0 answers

Setting the value of select dropdown using angular and selectboxit

I am using the jquery plugin "selectboxit" for my dropdown. Below is the html code with the angular directive "image-select-box" that initializes the select drop down to selectboxit.
PKJ Dev
  • 25
  • 7
0
votes
1 answer

Overflow scroll starting at bottom of list, not top?

I'm are using SelectBoxIt to style are select lists. We have long lists that need to be scrollable and I have followed the instructions for "Long Lists" by adding a max-height to the container. However, when you click on the drop down the list…
jonny-harte
  • 357
  • 1
  • 7
  • 16
0
votes
2 answers

SelectBoxIt & ReactJS support needed

SelectBoxIt allows you to replace ugly and hard-to-use HTML select boxes with gorgeous and feature rich drop downs. I implemented the SelectBoxIt and the
Taras Kovalenko
  • 2,323
  • 3
  • 24
  • 49
1
2