mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 05:34:33 +08:00
419 B
419 B
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
Tooltip
TODO