Most voted "html-select" questions
The HTML selection widget (<select>) represents a user interface control that displays an options menu. The options within the menu are represented by elements <option>, whose values are determined by its attribute "value".</option></select>
Learn more…161 questions
Sort by count of
-
-1
votes1
answer49
viewsopening direction of the select
I have a select that is opening their options above it. I believe it is on account of the amount of results, bearing in mind that it comes from a consultation of the bank. <select…
html-selectasked 4 years, 9 months ago Tony Anderson 173 -
-1
votes1
answer337
viewsIs it possible with CSS to make each letter of a word have a different color?
.two-colors{ font-size: 160px; background: linear-gradient(to right, blue 50%, green 0); -webkit-background-clip: text; -webkit-text-fill-color:…
-
-1
votes0
answers27
viewsSelect WEB combobox with VBA
I have a code in VBA that should insert data on a site, I can insert the text, but there is a macro behind this code that when clicking on the text it opens more text boxes. What code should I enter…
-
-1
votes0
answers9
viewsWhen I select one of the drop-down checkbox options created from D3.js instead of returning the correct value, it delivers Undefined
The code below is totally usual and was created via Visual Studio Code (https://codevisualstudio.com/) and the test page is created via Live Server Extension…
-
-2
votes3
answers493
viewsIs it bad practice to fill <select> <option></option> with data from the database?
It would be bad practice to use selects of HTML with items obtained through a database, even though they are dynamic (always occurring addition in the table that contain them). Example without a…
-
-2
votes1
answer31
viewsSelect Mandatory to select a different value
I have four input type="time" on my page and in front of them a select. By my default select comes disabled. I made a script that enables mine select only if at least one of the four input…
-
-2
votes1
answer50
viewsinteract with Select option dynamically via javascript
I think this is already very simple, but unfortunately, the simplest is the most complicated for me to understand. lol my goal is simple and summarizing it further, make sure that when you select a…
-
-2
votes1
answer33
viewsSelection-based field options update with Laravel
From of this article I found an interesting way to create dynamic checkboxes. I was able to adapt it to my case by adding to/web.php routes Route::post('select-ajax',…
php ajax laravel laravel-eloquent html-selectasked 3 years, 8 months ago Tiago Martins Peres 李大仁 236 -
-2
votes1
answer40
viewsHow to take the current value of a select with angular
import { MatchService } from './../match.service'; import { Router } from '@angular/router'; import { Component, OnInit } from '@angular/core' import { Match } from '../match.model'; import…
-
-3
votes1
answer66
viewsPass data between select
I’m trying to get the dice selected on a select múltiple can pass to the other select by clicking the button >>, but I can’t. Is there any HTML5 functionality that can solve this ? <select…
-
-5
votes1
answer59
viewsHTML input form
I have an HTML college job and can not do as the image below: alignment and date of birth and CEP masks... follows my code: <!DOCTYPE html> <html> <head>…