Revoke pulldown auto close rendering form fields unusable

This commit is contained in:
Björn Fromme
2023-01-26 17:26:45 +01:00
parent 1bce379b96
commit a9a3f0a7c5
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
<template> <template>
<div class="relative" tabindex="0" @focusout="visible = false"> <div class="relative">
<button class="button bg-button button--small w-full" <button class="button bg-button button--small w-full"
type="button" type="button"
@click.prevent="visible = !visible"> @click.prevent="visible = !visible">
@@ -1,5 +1,5 @@
<template> <template>
<div class="relative" v-if="hasSelectedRentals" tabindex="0" @focusout="visible = false"> <div class="relative" v-if="hasSelectedRentals">
<button class="button bg-button button--small" @click.prevent="visible = !visible"> <button class="button bg-button button--small" @click.prevent="visible = !visible">
<span> <span>
Größen Größen
@@ -1,5 +1,5 @@
<template> <template>
<div class="relative" tabindex="0" @focusout="visible = false"> <div class="relative" tabindex="0">
<button class="button bg-button button--small" @click.prevent="visible = !visible"> <button class="button bg-button button--small" @click.prevent="visible = !visible">
<span> <span>
Zustieg Zustieg
@@ -1,5 +1,5 @@
<template> <template>
<div class="relative" v-if="hasServices" tabindex="0" @focusout="visible = false"> <div class="relative" v-if="hasServices">
<button class="button bg-button button--small" type="button" @click.prevent="visible = !visible"> <button class="button bg-button button--small" type="button" @click.prevent="visible = !visible">
<span> <span>
{{ subType.label }} {{ subType.label }}