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

Input indicator misplaced when uses a datalist #726

Closed
rinodrummer opened this issue Apr 17, 2022 · 1 comment
Closed

Input indicator misplaced when uses a datalist #726

rinodrummer opened this issue Apr 17, 2022 · 1 comment
Assignees
Labels

Comments

@rinodrummer
Copy link
Contributor

When a .input element has the attribute [list] will be showed an selection indicator (▼) that is misplaced.

This style should fix the issue:

.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}

I would have contributed directly with a pull request but was unsure where to place my style.

@rinodrummer rinodrummer changed the title Input indicator misplaced when is a list Input indicator misplaced when uses a datalist Apr 17, 2022
@saadeghi saadeghi added the input label Apr 18, 2022
@saadeghi
Copy link
Owner

Thanks!
You can put it here: https://github.com/saadeghi/daisyui/blob/master/src/components/styled/input.css

rinodrummer added a commit to rinodrummer/daisyui that referenced this issue Apr 18, 2022
inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants