Semantic-Org/Semantic-UI-React

Popup: can be triggered on hover and click

Open

#3.327 aberto em 7 de dez. de 2018

Ver no GitHub
 (11 comments) (0 reactions) (0 assignees)JavaScript (4.065 forks)batch import
bughelp wantedstale

Métricas do repositório

Stars
 (13.136 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

https://react.semantic-ui.com/modules/popup/#usage-multiple

The desired behaviour of a on={['hover', 'click']}popup is to stay open when clicked and the user hovers out of the trigger, right? So e.g. the user can copy sth. out of the popup.

Right now it closes on leave after you clicked. Which is uncommon UX IMHO.

Guia do colaborador