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
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
The text was updated successfully, but these errors were encountered:
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):
Steps to reproduce
Add a Tom Select single-value element and check the cursor.
Additional context
The text was updated successfully, but these errors were encountered: