Skip to content

Commit

Permalink
Merge pull request #11 from michielfb/feature/add-help-texts
Browse files Browse the repository at this point in the history
Pass missing properties to default field
  • Loading branch information
michielfb authored Sep 20, 2021
2 parents b42670e + 4920c3c commit 8b19943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "michielfb/laravel-nova-time-field",
"description": "A Laravel Nova field.",
"description": "A HTML5 time field for Laravel Nova.",
"keywords": [
"laravel",
"nova"
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<default-field :field="field">
<default-field :field="field" :errors="errors" :show-help-text="showHelpText">
<template slot="field">
<input :id="field.name"
type="time"
Expand Down

0 comments on commit 8b19943

Please sign in to comment.