We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is specially visible on Firefox, because additionally, Firefox has a default opacity of less than 1:
Tested on single fields only, in all browsers.
When I add the following overrides, it gets fixed:
/* Set correct Bootstrap colors, especially fix Firefox */ .ts-wrapper.single .ts-control input::placeholder { color: #6c757d; opacity: 1; }
Add a Tom Select single-value element with a placeholder and compare it with a Bootstrap 4 placeholder.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I believe I can't remove the stale label.
No branches or pull requests
Bug description
This is specially visible on Firefox, because additionally, Firefox has a default opacity of less than 1:
Tested on single fields only, in all browsers.
Expected behavior
When I add the following overrides, it gets fixed:
Steps to reproduce
Add a Tom Select single-value element with a placeholder and compare it with a Bootstrap 4 placeholder.
Additional context
The text was updated successfully, but these errors were encountered: