How to display selected list below select box container?
问题 I am making an application where I have multi select dropdown.. In which there is a requirement that I need to place the selected items below the select container. Working Snippet: #container { position: relative; text-align: left; width:100%; } #container > div { padding-top: 2em; } ._2iA8p44d0WZ { border: 1px solid #cccccc; border-radius: 4px; padding: 5px; min-height: 22px; position: relative; } ._7ahQImy { padding: 4px 10px; background: #0096fb; margin-right: 5px; margin-bottom: 5px;