This commit is contained in:
2026-04-24 23:37:47 +02:00
parent 21e3f4a41d
commit 25fb0364ac
7 changed files with 484 additions and 64 deletions

View File

@@ -521,9 +521,7 @@ function init_products_scope_select_search()
}
$select.select2({
width: '100%',
allowClear: true,
placeholder: '- wybierz -'
width: '100%'
});
$select.data( 'products-select2-ready', true );