SpeedDial :hideOnClickOutside="false" is not working #1545
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
If you have a PrimeVue PRO Support subscription please post your issue at;
https://pro.primefaces.org
where our team will respond within 1 business hour.
If you do not have a PrimeVue PRO Support subscription, fill-in the report below. Please note that
your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding.
Current Queue Time for Review
Without PRO Support: ~1-4 weeks.
With PRO Support: 1 hour
I'm submitting a ... (check one with "x")
CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/flamboyant-cohen-udvvm
Current behavior
SpeedDial with props :hideOnClickOutside="false"
click outside would toggle close event
Expected behavior
SpeedDial with props :hideOnClickOutside="false"
click outside would NOT toggle close event
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
this.bindDocumentClickListener() is called in beforeMount without case checking. update code to check props hideOnClickOutside before bind listener.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: