DayPilot.Bubble.hideOnClick

The hideOnClick property (boolean) determines whether the bubble popup should be closed when you click inside.

Default Value

true

Example

const bubble = new DayPilot.Bubble({
  hideOnClick: false
});