Skip to content

Commit

Permalink
Merge pull request #90 from legalthings/selectize-ractive
Browse files Browse the repository at this point in the history
Set ractive in refreshSelectize
  • Loading branch information
svenstm committed Jan 22, 2018
2 parents 9eb8dee + d975db2 commit b66ca98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ractive-legalform.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
},

refreshSelectizes: function () {
var ractive = this;

$('select').each(function() {
ractive.validation.handleValidation(this);
});
Expand Down

0 comments on commit b66ca98

Please sign in to comment.