This commit is contained in:
Nisse Lommerde 2023-05-27 10:40:20 +02:00
parent 71aec94bc5
commit b1ee0f3f18

View File

@ -32,9 +32,9 @@
<!-- tag input --> <!-- tag input -->
<div class="mt-6"> <div class="mt-6">
<x-input-label for="tag" value="Tag"/> <x-input-label for="tag" value="Tags"/>
<x-text-input id="tag" class="block mt-1 w-full" type="text" name="tags" <x-text-input id="tag" class="block mt-1 w-full" type="text" name="tags"
placeholder="First tag, second tag, third tag..." placeholder="First tag, second tag, guten tag..."
:value="old('tag')" autocomplete="tag"/> :value="old('tag')" autocomplete="tag"/>
<x-input-error :messages="$errors->get('tag')" class="mt-2"/> <x-input-error :messages="$errors->get('tag')" class="mt-2"/>
</div> </div>