-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed as not planned
Labels
Description
Bug description
This may not be a bug, but ideally, I think the cursor should not be "pointer" by default.
Expected behavior
As this is a hybrid of a text box and select box, the cursor should either be the default (an arrow, like in select elements by default) or text (like in text boxes).
I personally use this to avoid seeing the pointer cursor (a text cursor is displayed instead):
/* Align better with input standard behaviour */
.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
cursor: unset;
}
Steps to reproduce
Add a Tom Select single-value element and check the cursor.
Additional context
- OS: All
- Browser: All
- Version: latest