mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 15:05:32 +00:00
BUG Fix js change event not triggering
This commit is contained in:
parent
fd40300c54
commit
042989e270
@ -486,6 +486,7 @@ class SilverStripeContext extends MinkContext implements SilverStripeAwareContex
|
||||
(function($) {
|
||||
$("#$fieldID")
|
||||
.val($valueEncoded)
|
||||
.change()
|
||||
.trigger('liszt:updated')
|
||||
.trigger('chosen:updated');
|
||||
})(jQuery);
|
||||
|
Loading…
x
Reference in New Issue
Block a user