Skip to main content

Questions tagged [html-select]

An HTML user interface element for choosing one or more option(s) from a finite collection of options.

0 votes
0 answers
14 views

Chromium browsers: Select Option menu immediately closes after opening when scrolling

I'm encountering an issue with select elements in Chromium-based browsers. Here's the specific problem: I scroll to the bottom of the page using a mouse with momentum scrolling. The page reaches the ...
O S's user avatar
  • 474
0 votes
0 answers
24 views

export pages form to pdf and include select value

I am working with Angular 17 and firebase, and I have a form report that the client wants to export to PDF. The problem is that I have some select elements on my pages, and when I convert it, it is ...
sacha baranes's user avatar
-3 votes
1 answer
44 views

Bootstrap searchable select option [closed]

The select option is not working when I am using bootstrap select. $(function() { $('.selectpicker').selectpicker(); }); .sc_table { height: 100vh; overflow: scroll; } <link href="https:...
bowih's user avatar
  • 101
1 vote
1 answer
54 views

How Can we resize the Chakra Select Option Width?

Basically i want to resize the chakra Select box options. i found this is a SLOT badge in elements. i have tried multiple option. but none of the worked first i was try with basic CSS Property, { ...
Shatish Desai's user avatar
1 vote
1 answer
57 views

How do I make my "Please select..." unselectable in Contact Form 7?

How would I make the "Please select..." option in my drop-down menu unselectable? I am coding in this form tester for Contact Form 7 Conditional Fields. This is an example portion of my code ...
Albert Pace's user avatar
0 votes
1 answer
47 views

display different text for html select option than label

Sorry if the title is confusing, but basically I have a react component that renders a select dropdown with a bunch of options. I want to display the options in the dropdown normally, but once ...
Yehuda's user avatar
  • 77
0 votes
1 answer
67 views

HTML element showing incorrect index when double clicked in Chrome

I have a list as shown below. I want to double click an item and then get the item index for the double clicked item. I am using Edge / Chrome. It appears to be working in Firefox. To see the issue, ...
user2774515's user avatar
0 votes
0 answers
34 views

Show a table based on a drop-down list

I have 2 dropdown list : 1 to select a Team and another 1 linked to the first one to select a player. I look at the selection of the second one with this code : if (TeamA === \"optionA1\") { ...
Leo Faytre's user avatar
2 votes
1 answer
42 views

WooCommerce custom select field with different options by selected country

I want to add billing_tax_office field in Billing Address form. But i want to filter selection field values via country. $fields['billing_tax_office'] = array( 'type' => 'select', '...
Cem Sen's user avatar
  • 21
0 votes
2 answers
78 views

How do I interpret space characters in a text input as underscores when filtering options in a datalist?

I have an input element where the user is meant to type their time zone or select it from a dropdown menu. The time zone list consists of official TZ identifiers. These identifiers follow a specific ...
SSS's user avatar
  • 3
0 votes
0 answers
24 views

How to get selected value from select list by javascript in asp.net c#

As per my question, I didn't get selected value (it showing null value only) when select the list from select dropdownlist. Following is the .aspx code <select id="cmb_year" runat="...
karan's user avatar
  • 492
0 votes
2 answers
67 views

Select multiple items with HTML <select> with a touchscreen

With a HTML <select> in multiple mode, how to enable the selection of multiple items with a touchscreen device? Drag/drop or swipe cannot be used for selection, it is already used to scroll the ...
Basj's user avatar
  • 44.9k
1 vote
1 answer
118 views

Tom Select : Performance with multiple large dropdowns

I need to place several fairly large dropdowns (± 9000 items) on the same web page. What is the most effective way to do this with Tom Select? Initialise the 9000 <option>opt1</option>...&...
b126's user avatar
  • 1,184
0 votes
0 answers
27 views

I want to populate my dropdown field (HTML Form) with dynamic data coming from a Google Sheet [duplicate]

reaching out because this is my first time doing this. the fields in my html form Say I have an HTML form with two fields for now (please disregard the other fields in the photo). First is named ...
ERIKA CHIBA's user avatar
0 votes
2 answers
88 views

How do get a dropdown of all countries in Wordpress

Is there a shorter way to get all countries populated options, instead of writing options one by one, in the following dropdown? <select name="input-country" id="input-country" ...
JustSadY's user avatar

15 30 50 per page
1
2 3 4 5
346