Enhancements to logic that makes form.select component

This commit is contained in:
2025-06-11 19:33:36 +09:30
parent 9f0290bd40
commit 31e3c75bc9
3 changed files with 9 additions and 8 deletions

View File

@@ -38,7 +38,7 @@
</div>
<div class="modal-body">
<x-form.select id="newoc" label="Select from..."/>
<x-form.select id="newoc" name="newoc" :label="__('Select from').'...'"/>
</div>
<div class="modal-footer">