Skip to content

Commit

Permalink
Add support to help() (#31)
Browse files Browse the repository at this point in the history
Close #30
  • Loading branch information
bolechen authored Dec 7, 2020
1 parent 7a3be33 commit 4a72e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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">
<div class="py-2">
<toggle-button
Expand Down

0 comments on commit 4a72e00

Please sign in to comment.