Questions tagged as 'selected-option'

1
answer

ng-options "selected" does not work

I'm using the ng-options function and it's listing correctly, it just is not showing the value marked as default: selected Code: <select class="form-control" ng-model="genericCustomersViewModel.customer.addresses[0].stateId"...
asked by 21.06.2016 / 14:38
3
answers

Select list dynamically filled option selected with AngularJs

I need to bring a select option with the selected option being populated dynamically. I have in my controller filling the list like this: $scope.$watch('IdCategoria', function() { $http.get("/api/Categoria/GetList", { })...
asked by 24.03.2016 / 15:21
1
answer

How to make a javascript function run correctly with option and select tag?

I've tried it anyway and I can not get the javascript compute3 function to run correctly. The result is only one decimal place and does not obey the option selected. Detail: The code must be in pure javascript . If anyone can help I am imme...
asked by 02.06.2018 / 20:33
1
answer

How to make the optgroup access a page

I have a code and I want it to work as follows: I created a list of options within a optgroup and I want it as soon as I click on an option, it goes to the page I want. Example: <optgroup> <option>Opcao1</option...
asked by 13.07.2017 / 01:02
1
answer

Load a Combobox with Selected Value

I need to edit an equipment registry that has multiple combos and when I click edit, load select already with selected selected. I found that Laravel automatically identified but did not seem to. I load by doing foreach...
asked by 29.12.2016 / 11:58
2
answers

Select in xamarin forms, what would it be like?

I'm creating a contact form in xamarin, and should have an option for the user to select the desired purpose, ie in html there would be a select tag with all option , so which tags are used for to create this in xamarin?     
asked by 15.02.2018 / 14:08
2
answers

Remove information select html

I have a page that has a select and wanted to know what option was selected in select <html> <body> <select class="form-control qa-product-options__quantity" name="quantidade" id="quantity"> <option value...
asked by 06.06.2018 / 12:20
1
answer

Doubt - Dependent Combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm tryi...
asked by 18.06.2018 / 22:05
0
answers

Get the selected value in the combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm try...
asked by 19.06.2018 / 18:34
0
answers

Populate multiple select with SQL data

I was able to save a select multiple in the database, however, I can not bring it back to make the data edit page. At save time I used implode . When you have only one record saved, it returns right in select multiple = appears s...
asked by 20.05.2018 / 22:47