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
In my scenario I need to set the id attribute on the root element to make the component interactive in Blazor SSR (using Bootstrap data-bs-target attribute).
Many components built on Bootstrap would benefit from attribute splatting in SSR scenarios as it enables interactivity without writing custom JS.
The text was updated successfully, but these errors were encountered:
In my scenario I need to set the
id
attribute on the root element to make the component interactive in Blazor SSR (using Bootstrapdata-bs-target
attribute).Many components built on Bootstrap would benefit from attribute splatting in SSR scenarios as it enables interactivity without writing custom JS.
The text was updated successfully, but these errors were encountered: