Merge pull request #1063 from Safelite/defect/CSR-1331
Fixed dropdown issue
This commit is contained in:
commit
f70bed0802
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export default {
|
|||
customDropdownId: String,
|
||||
},
|
||||
setup(props) {
|
||||
const dropdownId = !props.customInputId
|
||||
const dropdownId = !props.customDropdownId
|
||||
? `dropdown-${crypto.randomUUID()}`
|
||||
: props.customDropdownId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue