We're sorry but ASH doesn't work properly without JavaScript enabled. Please enable it to continue.
v0.4.0
Select Utility
On this page
# Intro
# Intro
The select utility controls the select of an element.
Class
Properties
--select-none
user-select: none;
--select-text
user-select: text;
--select-all
user-select: all;
--select-auto
user-select: auto;