Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dillingham authored Jan 10, 2019
1 parent a198872 commit f297fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Items::make('Emails')->values($this->emails),
| **values(array)** | add a model's array | Yes | -- |
| **inputType(text)** | text, date, etc | No | "text" |
| **placeholder(text)** | the new item input text | No | "Add a new item" |
| **listFirst()**| move form after list | No | false |
| **listFirst()**| move form after the list | No | false |
| **deleteButtonValue(html)** | value for delete button | No | "x" |
| **createButtonValue(html)** | value for create button | No | "Add" |

Expand All @@ -45,7 +45,7 @@ public $casts = [
];
```

Don't want to store the array?
**Don't want to store the array?**

Use the array as a temporary variable

Expand Down

0 comments on commit f297fa2

Please sign in to comment.