Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: cursor should not be "pointer" #733

Open
pereorga opened this issue Jun 17, 2024 · 2 comments
Open

[Bug]: cursor should not be "pointer" #733

pereorga opened this issue Jun 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pereorga
Copy link

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
@pereorga pereorga added the bug Something isn't working label Jun 17, 2024
Copy link

This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days

@github-actions github-actions bot added the stale No activity label Oct 16, 2024
@pereorga
Copy link
Author

I believe I can't remove the stale label.

@github-actions github-actions bot removed the stale No activity label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant