Skip to content

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

@pereorga

Description

@pereorga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleNo activity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions