widget=autocomplete.ModelSelect2( url='builder-auto', attrs={
'data-placeholder': 'Select a Builder',
'data-minimum-input-length': 3,
},
<select class="js-example-disabled-results"> <option value="one">First</option> <option value="two" disabled="disabled">Second (disabled)</option> <option value="three">Third</option> </select>
I'd say either use the select2 API to support this in Js, either check the JAL pull request, but there might be other ways I'm not aware of.