Questions tagged [drop-down-menu]

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one.

Filter by
Sorted by
Tagged with
2 votes
1 answer
58 views
+50

Issue with Drag-and-Drop Functionality: Boxes Not Dropping in Correct Columns

In the code below, I have a weekly calendar displayed as shown below: When I drag and drop these draggable boxes from one date to another, for example, if I drag the Morooka from Tuesday 9th to ...
user022yufjb's user avatar