Warmfix[ZoneBasicData]: Fixed select not filtering when typing #1553

Merged
jon merged 4 commits from Warmfix-ZoneDistributionPoint into test 2025-03-05 12:38:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ad1ae15cbf - Show all commits

View File

@ -143,7 +143,7 @@ const handleUppercase = () => {
:rules="mixinRules"
:lazy-rules="true"
hide-bottom-space
:data-cy="$attrs['data-cy'] ?? $attrs.label + '_input'"
:data-cy="($attrs['data-cy'] ?? $attrs.label) + '_input'"
>
<template #prepend v-if="$slots.prepend">
<slot name="prepend" />