Update create bookmark to auto focus and select input

This commit is contained in:
advplyr 2025-01-13 16:48:51 -06:00
parent 69d198117e
commit 6cacf6b2c5
2 changed files with 12 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<template>
<div class="w-full">
<p class="pb-0.5 text-sm font-semibold">{{ label }}</p>
<ui-text-input v-model="inputValue" :disabled="disabled" :type="type" text-size="base" class="w-full" />
<ui-text-input v-model="inputValue" ref="input" :disabled="disabled" :type="type" text-size="base" class="w-full" />
</div>
</template>