Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit c9bd8f0

Browse files
authored
Render timezone-select-custom with dynamic-component tag instead (#16)
1 parent 75a86a1 commit c9bd8f0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<x-custom-select :filterable="$filterable"
2-
:optional="$optional"
3-
:placeholder="$placeholder"
4-
:multiple="$multiple"
5-
:fixed-position="$fixedPosition"
6-
:max-width="$maxWidth"
7-
:options="$optionsForCustomSelect()"
8-
:container-class="$containerClass"
9-
:extra-attributes="$extraAttributes"
10-
{{ $attributes }}
1+
<x-dynamic-component :component="formComponentName('custom-select')"
2+
:filterable="$filterable"
3+
:optional="$optional"
4+
:placeholder="$placeholder"
5+
:multiple="$multiple"
6+
:fixed-position="$fixedPosition"
7+
:max-width="$maxWidth"
8+
:options="$optionsForCustomSelect()"
9+
:container-class="$containerClass"
10+
:extra-attributes="$extraAttributes"
11+
{{ $attributes }}
1112
/>

0 commit comments

Comments
 (0)