In Bootstrap, which option is used to delay the hiding of a Popover?

  • data-hide-delay
  • data-trigger-delay
  • data-delay-hide
  • data-delay
The correct option to delay the hiding of a Popover in Bootstrap is data-delay. This attribute specifies the delay in milliseconds before the Popover is hidden. Options like data-hide-delay, data-trigger-delay, or data-delay-hide are not valid for this purpose.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *