You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Event propagation fix for Dropdown component (#255)
* Fixed event propagation for onClick handler and provided correct target for option click handler
* Add possibility to update options and markup via [update] method
* Test if this fixes possible memory leak
* Test if this fixes possible memory leak
* Revert "Test if this fixes possible memory leak"
This reverts commit 0265e4e.
* Template renderer as method. Add [update] method testing btn for "Outside controls" story
* Fix documentation for error stated Dropdowns
* Add options to [update] test
0 commit comments