vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Tooltip and Button Issue - Not Working when OnClick Present #840

Open wowraam opened 4 weeks ago

wowraam commented 4 weeks ago

Tooltip not showing when the button has onclick event.

Steps to Reproduce Place multiple button in the component

Sample code

<Button Type="ButtonType.Button" TooltipTitle="Saves Data and Does not change Status" Color="ButtonColor.Secondary" Size="ButtonSize.Medium" @onclick="SaveDraft"> Save Draft

<Button Type="ButtonType.Button" TooltipTitle="Saves, Submits Data and Moves to the Next Section" Color="ButtonColor.Info" Size="ButtonSize.Medium" Disabled="@inValidForm" @onclick="NavigateTo"> Submit & Next

Screenshot/ Screen recording:

https://github.com/user-attachments/assets/a19ca8e4-0fca-423c-a2fb-ae1776bbb7ff

muthu04439 commented 4 weeks ago

@wowraam Thank you using BlazorBootstrap. Please share the following information:

wowraam commented 3 weeks ago
.NET Version:  .NET 8 
BlazorBootstrap: 2.2.0 & current preview version
Blazor WebAssembly / Server: WebAssembly
Blazor Interactive Render Mode: Auto,
Blazor Interactivity Location: Per page/component