Skip to content

Commit

Permalink
Reset select all selected closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dillingham committed Feb 15, 2019
1 parent 4d12018 commit 0690b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default {
// add all resources
if(! this.search && this.selectingAll) {
selected = [];
this.resources.forEach(resource => {
selected.push(resource.value)
})
Expand Down

0 comments on commit 0690b07

Please sign in to comment.