Skip to content

Commit

Permalink
Add support for touch screen devices (#3)
Browse files Browse the repository at this point in the history
* Bump version and update dependencies

* Update Readme

* Add support for touch screen devices
  • Loading branch information
matcmd authored Nov 23, 2020
1 parent d31c08b commit 9cf0432
Show file tree
Hide file tree
Showing 5 changed files with 4,843 additions and 3,159 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ The second modifier refers to the alignment of the dropdown with the trigger ele
- ``allowBottomCollocation`` is a *boolean* used to enable/disable the bottom position, the default is set to ``true``.
- ``allowLeftCollocation`` is a *boolean* used to enable/disable the left position, the default is set to ``true``.
- ``allowRightCollocation`` is a *boolean* used to enable/disable the right position, the default is set to ``true``.
- ``hasTouchSupport`` is a *boolean* used to block the action that hides the dropdown when a resize event has been triggered, the default is set to ``false``.

## Behaviour

Expand Down
Loading

0 comments on commit 9cf0432

Please sign in to comment.