Squash commit

This commit is contained in:
Tay Yang Shun
2017-09-20 15:27:28 +08:00
commit 2182a70770
70 changed files with 5486 additions and 0 deletions

28
front-end/widgets.md Normal file
View File

@@ -0,0 +1,28 @@
Widgets
==
Here are a list of commonly seen widgets/components and the issues/pitfalls with them.
## Autocomplete
TODO
## Carousel
TODO
## Dropdown
TODO
## Modal
- When dismissing, if a click handler is attached and you click on the modal content, the backdrop might receive the click be triggered as a result.
###### References
- https://css-tricks.com/dangers-stopping-event-propagation/
## Tooltip
TODO