ndelvalle/v-click-outside

The isActive config is ignored when updated dynamically

Open

#143 aperta il 8 nov 2019

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)JavaScript (90 fork)batch import
bughelp wanted

Metriche repository

Star
 (959 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I'm trying to disable the behavior of the click outside dynamically by changing the isActive property of the config object but the behavior still the same.

I know I can use the middleware to handle this (check line 36) but I don't know if the config of click outside expects to be dynamically.

https://codesandbox.io/s/v-click-outside-e4vin

Guida contributor