You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
control: 'Node to render as the reference element (that the `body` will be placed in relation to).',
204
210
disableEdgeDetection: 'Set to **true** to render popover without edge detection so popover will not flip from top to bottom with scroll.',
205
211
disableKeyPressHandler: 'Set to **true** to remove onKeyPress handler and aria-* roles. Only do so if the control is a complex component such as a FormInput with Button.',
212
+
disableTriggerOnClick: 'Set to **true** to remove default triggerBody handler used in onClick. Useful for when a custom method is desired to open the Popover.',
206
213
noArrow: 'Set to **true** to render a popover without an arrow.',
207
214
placement: 'Initial position of the `body` (overlay) related to the `control`.',
208
215
popperClassName: 'Additional classeNames to be spread to the overlay element.',
0 commit comments