mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-13 13:50:00 +08:00
Squash commit
This commit is contained in:
28
front-end/widgets.md
Normal file
28
front-end/widgets.md
Normal 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
|
||||
Reference in New Issue
Block a user