This is a javascript and HTML problem. Context: This is a select dropdown that has a for loop from the jinja template. <

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

This is a javascript and HTML problem. Context: This is a select dropdown that has a for loop from the jinja template. <

Post by answerhappygod »

This is a javascript and HTML problem.
Context: This is a select dropdown that has a for loop from the
jinja template.
<select id="UC" name="unitid"
class="form-control" > required>

<option
value="" hidden>Select some</option>

{% for x in units
%}

<option
value="{{x.unitid}}">{{x.names}}</option>

{% endfor %}

</select>
Problem: Create a javascript function that enables the select
dropdown to be both multi select(select multiple options in the
dropdown) and have a search bar in it. Modify the html code if
necessary. Provide snapshots of the output. Explain what you
did.
Below is an example of what I am looking for with multi select
and a search bar.
Multi-select:
This Is A Javascript And Html Problem Context This Is A Select Dropdown That Has A For Loop From The Jinja Template 1
This Is A Javascript And Html Problem Context This Is A Select Dropdown That Has A For Loop From The Jinja Template 1 (21.35 KiB) Viewed 39 times
Search Bar:
This Is A Javascript And Html Problem Context This Is A Select Dropdown That Has A For Loop From The Jinja Template 2
This Is A Javascript And Html Problem Context This Is A Select Dropdown That Has A For Loop From The Jinja Template 2 (21.75 KiB) Viewed 39 times
Alaskan/Hawaiian Time Zone Alaska Hawaii Pacific Time Zone California x Alaska x Hawaii x California

Alaskan/Hawaiian Time Zone Alaska Hawaii Pacific Time Zone A California
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply