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
Looking for opinions. Does it seem like giving the popover binding (or tooltip, etc) a conditional option is a bad idea? I'm thinking it probably is but want input from others.
Current way:
<!-- ko if: someCondition --><imgdata-bind="popover: {template: 'popoverTemplate', trigger: 'click'}" src="img.png"><!-- /ko --><!-- ko ifnot: someCondition --><imgsrc="img.png"><!-- /ko -->
Looking for opinions. Does it seem like giving the popover binding (or tooltip, etc) a conditional option is a bad idea? I'm thinking it probably is but want input from others.
Current way:
or if there was another option
The text was updated successfully, but these errors were encountered: