mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Fix district listing to display state info for clarity when 2 state share the same district name
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
let vm = this;
|
||||
$(this.$el).select2({
|
||||
data: this.options,
|
||||
minimumResultsForSearch: 0,
|
||||
minimumResultsForSearch: 6,
|
||||
theme: 'bootstrap',
|
||||
dropdownParent: $(this.$el).closest('.modal-content'),
|
||||
containerCssClass: 'form-control',
|
||||
|
||||
Reference in New Issue
Block a user