Skip to content

Commit

Permalink
Merge pull request marmelab#45 from marmelab/add_textarea
Browse files Browse the repository at this point in the history
[RFR] Add textarea to the target list of formFiller gremlin
  • Loading branch information
manuquentin committed Mar 19, 2014
2 parents 14e0ea2 + 4e4674e commit a193173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/species/formFiller.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ define(function(require) {
var document = window.document;

var defaultMapElements = {
'textarea': fillTextElement,
'input[type="text"]': fillTextElement,
'input[type="password"]': fillTextElement,
'input[type="number"]': fillNumberElement,
Expand Down

0 comments on commit a193173

Please sign in to comment.