Skip to main content

All Questions

0 votes
2 answers
1k views

How to show a drop down list after getting list items in angularjs?

I'm trying to show a drop-down list after data getting the list from database. I'm getting the list data from a JavaScript file and I've to show those list items in a drop-down list. When the page ...
Araf's user avatar
  • 273
-1 votes
1 answer
158 views

Dropdown Menu opens on the top on click after Jquery 1.12.4 update

I have a group of buttons that opens up a menu on click. Recently we updated from Jquery 1.11 to Jquery1.12.4. After this update whenever the menu is clicked the menu opens on the top irrespective of ...
Amarender Reddy's user avatar
0 votes
0 answers
260 views

Dropdown Resetting When Changing Option - AngularJS

I have two dropdowns that are related to each other. The HTML for these are below: <div class=form-group> <label for="ab_provider"> <?php _e( 'Teacher', 'management' ) ?>...
DigM's user avatar
  • 509
0 votes
0 answers
345 views

Best practice to fill dropdowns in Angular

So, I have this grid where the user can edit the information in a edit form that appears once the user press the edit button of the desired row On this form, I have several dropdowns that needs to be ...
CJLopez's user avatar
  • 5,655
4 votes
2 answers
1k views

Cannot re-open the drop-down list by one click

I have a webpage made by angularjs and bootstrap, but not ui-bootstrap. There is a drop-down list and an iframe. The problem is that when the drop-down list is open, clicking on the iframe will not ...
SoftTimur's user avatar
  • 5,234
0 votes
1 answer
1k views

How to display dropdown in angular material

I am new to angular material. So I am trying to do form using angular material. I am able to display input field. As it has no value, the field name will look like placeholder and if user clicks on ...
sudarsan's user avatar
0 votes
1 answer
66 views

First DropDown selection doesnt trigger the second DropDown function

I have 2 DropDowns in MVC and trying to use AngularJS. My first DropDown gets filled with data that comes from the DB properly. When the user makes a selection on the first DropDown, the second ...
Arif YILMAZ's user avatar
  • 5,846
2 votes
2 answers
86 views

Getting error when changing a dropdown box for second time

So I have two dropdown boxes and the first dropdown box response is being generated at loading of the page and the second dropdown responce is generated on changing of the first dropdown response &...
Snehal Gongle's user avatar
0 votes
2 answers
733 views

Make drop down required only if it has values in AngularJs

I have two drop downs in form. First drop down has 4 values, but second drop down has value only if value with index 3 is selected in first drop down, otherwise is empty. Code I have always preform ...
nemo_87's user avatar
  • 4,703
0 votes
2 answers
437 views

AngularJS Data Driven dropdown with ng-repeat

I have been trying to create data driven cascading dropdown menu with Angularjs for my chart. Here is what I got so far PLUNKER Year: <select id="YearSelector"> <option ng-repeat="year ...
mtkilic's user avatar
  • 1,233
0 votes
2 answers
56 views

By default Selecting dropdown value conditionally

I have a dropdown with 2 options Month & Year. Based on API call response, If period == Y, Year should be selected by default & if period == M, Month should be selected. I dont know how to do ...
srv's user avatar
  • 61
0 votes
2 answers
2k views

Make on hover button of a dropdown display dropdown menu

I have this code: (the ng-repeat can be thought of as for loops) <div style="width: 10vw; display: inline-block; border: 1px solid blue;"></div> <div class= "dropdown" index="$index + ...
Ayudh's user avatar
  • 1,743
2 votes
2 answers
2k views

angularjs dropdown not closing when another opens

I'm trying to create a custom directive of a dropdown . Here is my code : https://plnkr.co/edit/YqJ6tz4fwvBRmtmzeCJr To close the dropdown I'm checking the click event outside of that directive ...
Vittal Das's user avatar
0 votes
2 answers
23k views

AngularJS Getting the value of a selected dropdown option in a variable

I have dropdown selection menu & want to send the dropdown selected value in request params of api. My code is... <select class="form-control" id = "SelectionInput_reason"> <option ...
srv's user avatar
  • 61
0 votes
1 answer
421 views

How to create a dropdown instead of tab-heading for a tabset

So I am creating a angularjs 1.4 and bootstrap 3 web app. Part of the web app has a tabset that allows the user to click on tabs and see different graphs. I would like to change the tab-headings to be ...
Luke Flournoy's user avatar

15 30 50 per page