Skip to content

Set Minimum Width for Autocomplete edit type

You can use CSS to set its width. 

.select2-container {
width: 100%;
}

Feedback and Knowledge Base