Questions tagged as 'html-select'

2
answers

Pass values from the JQuery Mysql option

I'm having a hard time submitting a specific field in the case of <select> with 3 <option> . When I get the field to insert some data into the database, it does not have the value, but rather the Undefined or Object info...
asked by 30.12.2015 / 13:54
1
answer

Two selects with the same script

I have a select that uses a script to populate the cities field, through the selected state. The problem is that I need to add another select and when I add, only one select works. <script src="http://cidades-estados-js.googlecode.com...
asked by 23.02.2015 / 19:22
1
answer

Prime Faces Menu Selector in JSF

I am trying to use a PrimeFacesOneMenu selector for my project. Its functionality is as follows: I want to register an object of type Discipline in the DB, hence I need the selector to include an object of type Teacher in the discipline, not to...
asked by 05.08.2014 / 21:59
1
answer

Textarea characters break line when submitting to database

I have a form with a field SELECT and when submitting the text in the database, it breaks line, even copied and pasted directly from the table record in the notepad and is even broken, in HTML the SELECT It's like this: <texta...
asked by 21.09.2018 / 16:02
1
answer

Angular: Link multiple fields to a reactive form

The problem is that I have multiple select multiple and when I select some options from a select they are added to the ReactiveForm correctly, but when I select some other select option they are overwritten, I need them not to override. They are...
asked by 31.08.2018 / 15:26
0
answers

Get value from a select angle

Good morning! I need to get a value from a select to get pass the value to the other, however I am new to angular and html ... Select code: <div class="col-md-3"> <select class="form-control" > <option selected&...
asked by 07.06.2018 / 14:03
1
answer

Select multiple with Material Design Lite

How to make a <select multiple> with the MDL? I looked at the site but did not find anything. I saw that the AngularJS has this but not the use in the project     
asked by 28.06.2018 / 13:55
1
answer

Toggle a select and a datapicker

I'm trying to implement a field that can be a select or a datepicker . But inserting the code into <div> causes the datepicker to stop working. I leave the code below for anyone who can help me. <!doc...
asked by 05.03.2018 / 20:59
0
answers

Send selected data to an external Json list for e-mail (Fipe Table Query)

$(document).ready(function() { var urlBase = "http://fipeapi.appspot.com/api/1/carros/"; $.getJSON(urlBase + "marcas.json", function(data) { var items = ["<option value=\"\">ESCOLHA UMA MARCA</option>"]; $.each(dat...
asked by 08.10.2017 / 23:12
1
answer

Select component with ng-model, relationship between tables

I have a select component <div class="form-group col-md-4"> <label>Município:</label> <select ng-model="distrito.entidade.id.municipio.id.nome" class="form-control" > <option value="{{...
asked by 27.09.2017 / 22:10