Skip to content

Commit

Permalink
feat(Geosuggest): pass on mouse and clipboard events
Browse files Browse the repository at this point in the history
fixes #182
  • Loading branch information
Caerostris committed Jul 13, 2016
1 parent 4db332b commit 7dc6456
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/filter-input-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ const allowedAttributes = [
'inputMode',
'maxLength',
'name',
'onClick',
'onContextMenu',
'onCopy',
'onCut',
'onDoubleClick',
'onMouseDown',
'onMouseEnter',
'onMouseLeave',
'onMouseMove',
'onMouseOut',
'onMouseOver',
'onMouseUp',
'onPaste',
'pattern',
'placeholder',
'readOnly',
Expand Down

0 comments on commit 7dc6456

Please sign in to comment.