fix :Primary Password Masking no longer present (#1614)

This commit is contained in:
pa
2026-01-31 22:06:24 +09:00
parent 14558238c5
commit 1c587e17d2
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
promptCancelText,
promptDismissible,
promptInputValue,
promptInputType,
promptPattern,
promptErrorMessage
} = storeToRefs(modalStore);
@@ -130,7 +131,7 @@
<FormItem>
<FormLabel class="sr-only">Input</FormLabel>
<FormControl>
<Input v-bind="componentField" />
<Input v-bind="componentField" :type="promptInputType" />
</FormControl>
<FormMessage />
</FormItem>