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
Hello,
Unless I'm mistaken, there is no way to add styles for the Single Value component. Based on the source code:
const SINGLE_VALUE_BASE_STYLE = css` top: 50%; overflow: hidden; position: absolute; white-space: nowrap; box-sizing: border-box; text-overflow: ellipsis; transform: translateY(-50%); `; const SingleValue = styled.div` ${SINGLE_VALUE_BASE_STYLE} max-width: calc(100% - 0.5rem); `;
There is no theme extension for Single Value. What I'm trying to achieve is to change to "top" property, basically.
Notice the position of the Label and Input value vs. the Single Value position.
Thank you!
The text was updated successfully, but these errors were encountered:
Also, cannot modify the options with the exception of a few properties.
Sorry, something went wrong.
No branches or pull requests
Hello,
Unless I'm mistaken, there is no way to add styles for the Single Value component. Based on the source code:
There is no theme extension for Single Value. What I'm trying to achieve is to change to "top" property, basically.
Notice the position of the Label and Input value vs. the Single Value position.
Thank you!
The text was updated successfully, but these errors were encountered: