Page MenuHomePhabricator

Dropdown component should not emit event when user clicks the selected option
Closed, ResolvedPublic

Description

As shown in this example HTML's default select element does not fire oninput when the user chooses the option that is already selected. Wikit's Dropdown component should do the same.

Event Timeline