fix(ui): explicit closing tags for q-input/q-select (in-DOM template)
LNbits' UMD/global Vue compiles the template from already-parsed DOM, and the browser does not self-close unknown custom elements — so <q-input ... /> nested each following field inside the previous one, overlapping the dialog inputs. Use explicit </q-input> / </q-select>. config.json -> 0.0.2.
This commit is contained in:
parent
40564f06ec
commit
2fb2e1468e
2 changed files with 13 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Access",
|
||||
"short_description": "NFC door access — authorize Bolt Card taps and unlock via Home Assistant",
|
||||
"tile": "/access/static/image/access.png",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"min_lnbits_version": "1.3.0",
|
||||
"contributors": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue