Questions tagged as 'html-select'

1
answer

Text wrapping within the Options of select html

I'm trying to break the text inside the option or simply decrease the size of the modal (dropdown) of the select, but I can not. Anyone already got it? how to proceed in this, I am stuck with system in this, because he needs this in responsive a...
asked by 18.03.2018 / 17:51
1
answer

How to return to the initial value after a change in the event

I have this code: let inicial = 0 let vPag = 3 const numeros = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]; render() function resultadoPag(pagina){ vPag = pagina.value; render();...
asked by 24.02.2018 / 18:28
1
answer

Create search box in google docs

Good, I have this VBA code and I needed to build a Javascript for Google Docs that does the same thing. Is it possible to convert VBA to Javascript? Thank you. Private Sub CommandButton1_Click() Dim F1 As Worksheet Dim intervalo As Range...
asked by 09.02.2018 / 12:45
2
answers

Remove blank option select option angularjs

Good afternoon, I need to remove the blank line that comes as default in the angularjs select, I would like to put a default value instead of the blank line. I researched several forums and tried many options but nothing worked. can you help me?...
asked by 10.10.2017 / 20:44
2
answers

Clear selected option from a select with jQuery

I have a form with radio buttons, and when I select the radio buttons it will appear / hide the fields I want. So much for beauty, but if I select an option on and then mute the radio button, that field will add, but does not clear the value...
asked by 09.06.2017 / 15:29
1
answer

Pass value from select to route in laravel

I do not know much about web development and I'm kind of lost. I need to pass the id of a movie to a laravel route and I'm not sure how to get that value. <select class="form-control" style="width: 20%" onchange="" id="select" name="filme"...
asked by 11.03.2017 / 15:30
2
answers

Change the contents of a label of an optgroup when selecting an option in another select

I would like, by clicking, for example in the "10 People" option ... Hechangedthelabelofseveralotherselects,forexample,thisone:"Special Fillings: R $ 10". I would like it, for example, to become "Special Fillings: $ 20". When I chose "30 Peopl...
asked by 10.02.2017 / 17:19
1
answer

How to check if a select already has a selected option?

I have a page where there are some selects (representing the functions of the users, which can be: Leader, Participant or For Knowledge). There are some business rules: If the user is selected as LEADER, he / she can not have any other role...
asked by 29.11.2016 / 04:11
1
answer

Catch data from a select and declare variable

Alright? I am very new to programming and I have a simple question that I did not find here in the forum. I have this code below the view (made in codeigniter): <div class="span6"> <label for="formaPgto">Forma Pgto</label&...
asked by 31.08.2016 / 14:47
1
answer

SELECT tag is duplicating with MaterializeCSS and AngularJS

So, I have a select view, according to the code below: <select ng-model="Dashboard.FiltroChamadas.grupoSelecionado"> <option value="" disabled selected>Selecione um grupo</option> <option ng-repeat="grupo i...
asked by 14.07.2016 / 23:44