Questions tagged as 'dropdown'

0
answers

Bootstrap DropDown does not work

I researched the subject, I found some examples, but DropDown does not work. Anyone have any ideas? Follow the code: <!doctype html>                    <nav class="navbar navbar-default" role="navigation"> <!--...
asked by 26.10.2017 / 15:30
0
answers

How to disable an item from the list so it is not checked, just to show on the combo?

How do I leave an item disabled in this plugin: ui.multiselect ? link Code: angular.module('ui.multiselect', []) //from bootstrap-ui typeahead parser .factory('optionParser', ['$parse', function ($parse) { //...
asked by 11.08.2017 / 23:21
0
answers

Conflict between Modal (calling remote page) and dropdown-menu

Good morning everyone! I am having a conflict between the dropdopwn menu and the modal calling a remote page. I have a page called list.php which has the dropdown-menu and inside this one li calling the modal opening the remote form.php Wh...
asked by 09.07.2017 / 16:07
2
answers

Default Value Dropdown AngularJS

In my project I have a dropdown, iterated from an array. Note that in the array I have a key called default that is set to true or false. I would like the dropdown defalt value to come with the key set to true. If I do this: $scope.nfe.nat...
asked by 02.07.2017 / 22:19
1
answer

Dropdown menu changing footer positioning

When you open the list of options, the footer is affected and has its position changed. Code in the fiddle     
asked by 15.05.2017 / 01:57
1
answer

Dropdown in purecss does not work in menu

I was creating a menu example dropdown with purecss , started right, the submenus appeared all right, when I went to do the same example only in the format responsive (where I used this example [ link of the site itself) . But drowpdown does...
asked by 16.03.2017 / 21:19
0
answers

Modal scrolling does not work when dropdown is open

Please see in jsfiddle: link With dropdown menu open, modal scroll does not work, it gets frozen. What am I doing wrong? Follow the code below: .modal-body { max-height: calc(110vh - 210px); overflow-y: auto; } Here is th...
asked by 03.03.2017 / 04:40
0
answers

Codeigniter-Foundation-Dropdown Not working

Good morning, I'm a beginner in web programming and I'm facing some problems in a course of video lessons (provided by the company, a bit outdated) that I'm doing. I've reached a point where I can not progress ... I have to run a menu with a...
asked by 20.02.2017 / 15:42
1
answer

Use dropdown select in autocomplete of search in php mysql

I have this input=[text] with autocomplete that offers the title with a link (a href =) in the mysql database, however I would like to create 'categories' to select the links that autocomplete offers through a dropdown select. / p> This...
asked by 01.02.2017 / 13:13
1
answer

Send selected value to an insert.php file

Good afternoon! I would like to know if there is a way to perform an insert into the database from a selection in a DropDown. This selection would be sent to a file (example) "insert.php", in which you would insert into the table, and this...
asked by 19.11.2016 / 19:52