Skip to content

Commit

Permalink
Resolve issues with multi-value select elements. Fixes #10514
Browse files Browse the repository at this point in the history
  • Loading branch information
leewillis77 committed Sep 15, 2016
1 parent 6cf003a commit d29cb13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ protected function storeInput($element, $text)
$this->assertFilterProducesResults($element);

$element = str_replace('#', '', $element);
$element = str_replace('[]', '', $element);

$this->inputs[$element] = $text;

Expand Down

0 comments on commit d29cb13

Please sign in to comment.