fix: disable autocomplete for select with input
This commit is contained in:
parent
ce3d809bd9
commit
0b696032c1
7 changed files with 10 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ watch([locale, $q.dark], () => {
|
|||
<template>
|
||||
<iframe
|
||||
ref="iframe"
|
||||
:src="`${EDM_SERVICE}/?at=${at}&rt=${rt}`"
|
||||
:src="`${EDM_SERVICE}/?at=${at}&rt=${rt}&lang=${locale}`"
|
||||
frameborder="0"
|
||||
class="full-width full-height rounded"
|
||||
allowtransparency="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue