Skip to content

Instantly share code, notes, and snippets.

@Dontorpedo
Dontorpedo / gist:b77ba72fcf51a4e763c076a24d54dc8e
Last active January 16, 2019 18:39
InlineEdit Field for Laravel Nova, IndexField.vue
<template slot="field">
<div v-if="edit">
<form @submit.prevent="submit" autocomplete="off" id="form">
<input :class="errorClasses" :id="field.name"
:placeholder="field.name"
:resource-id="waiverId"
:resource-name="resourceName"
class="w-full form-control form-input form-input-bordered"