Interactions

Use BCL interaction attributes for user selection and pointer events.

BCL mapping

Use user-select and pointer-events on additive elements.

Clicking this text selects the full paragraph.

Pointer events are disabled on this paragraph.

aspnet

<bs-p user-select="All">Clicking this text selects the full paragraph.</bs-p>
<bs-p pointer-events="None">Pointer events are disabled on this paragraph.</bs-p>