javascript - how to break-word in multiple select with specific width -


I want to wrap content inside multiple selections.

Here's the answer:

  & lt; Id = "field9" multiple = "multiple" & gt; & Lt; Option value = "1523" & gt; Imaging angiogenesis part 2: Vascular targeting in cancer research & lt; / Option & gt; & Lt; Option value = "1540" & gt; Imaging guided investigation in cancer drug development & lt; / Options & gt; & Lt; Option value = "1541" & gt; Vascular tension ??? Measuring changes in the vessel wall speed & lt; / Option & gt; & Lt; / Select & gt;    

this & lt; Select & gt; can not be done with elements. The browser determines how to render them more options elements.

Option elements take only one row in multiple selections.

Instead, select the tool you can use the plugin or library, or create your own one with JS / CSS.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -