custom select on styles
This commit is contained in:
parent
3379891bd7
commit
686596a8c1
@ -290,4 +290,10 @@ async function loadMutatorOptions() {
|
||||
});
|
||||
|
||||
$inputs.prop("disabled", false);
|
||||
|
||||
// Re-init the component
|
||||
if ($inputs.next('.corbz-select-container').length) {
|
||||
$inputs.next('.corbz-select-container').remove();
|
||||
$inputs.initCorbzSelect();
|
||||
}
|
||||
}
|
||||
|
@ -74,8 +74,8 @@
|
||||
<div class="col-lg-6 pe-lg-4">
|
||||
<div class="mb-4 mb-lg-0">
|
||||
<label for="styleTitleMutator" class="form-label">Title Mutator</label>
|
||||
<select name="styleTitleMutator" id="styleTitleMutator" class="select-2" data-field="title_mutator" tabindex="8">
|
||||
<option value="">-----</option>
|
||||
<select name="styleTitleMutator" id="styleTitleMutator" class="corbz-select" data-field="title_mutator" tabindex="8">
|
||||
<option value="">---</option>
|
||||
</select>
|
||||
<div class="form-text">Modify the title in fun ways.</div>
|
||||
</div>
|
||||
@ -83,8 +83,8 @@
|
||||
<div class="col-lg-6 ps-lg-4">
|
||||
<div class="">
|
||||
<label for="styleDescriptionMutator" class="form-label">Description Mutator</label>
|
||||
<select name="styleDescriptionMutator" id="styleDescriptionMutator" class="select-2" data-field="description_mutator" tabindex="9">
|
||||
<option value="">-----</option>
|
||||
<select name="styleDescriptionMutator" id="styleDescriptionMutator" class="corbz-select" data-field="description_mutator" tabindex="9">
|
||||
<option value="">---</option>
|
||||
</select>
|
||||
<div class="form-text">Modify the description in fun ways.</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user