register page update
This commit is contained in:
parent
c1fc28087e
commit
766c8f266a
1
public/build/assets/app-BpKPo6qL.css
Normal file
1
public/build/assets/app-BpKPo6qL.css
Normal file
File diff suppressed because one or more lines are too long
@ -79,6 +79,9 @@
|
||||
// Initialize Select2 for searchable dropdown
|
||||
if (typeof $ !== 'undefined' && $.fn.select2) {
|
||||
$(selectElement).select2({
|
||||
placeholder: 'Search and select a country...',
|
||||
allowClear: true,
|
||||
minimumResultsForSearch: 0, // Always show search bar
|
||||
templateResult: function(state) {
|
||||
if (!state.id) {
|
||||
return state.text;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user