You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
419 B
29 lines
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
|
|
|
|
- https://css-tricks.com/dangers-stopping-event-propagation/
|
|
|
|
## Tooltip
|
|
|
|
TODO
|