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

Element's style becomes Object when converted to style #24

Closed
wibus-wee opened this issue Jan 29, 2023 · 1 comment
Closed

Element's style becomes Object when converted to style #24

wibus-wee opened this issue Jan 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wibus-wee
Copy link
Member

Code

<div class="js-comment-field-error invalid-feedback d-block" style={{ display: "none" }} />
<textarea class="form-control input-contrast comment-form-textarea js-comment-field js-size-to-fit js-task-list-field js-saved-reply-field js-quick-submit js-task-list-field-enabled"
	name="comment[body]"
	aria-label="Comment body"
	placeholder="Leave a comment"
	aria-describedby="issue-comment-field-error"
	aria-invalid="false"
	rows={1}
	style={{ width: "72px", resize: "none", overflow: "hidden", height: "20px" }}/>

Screenshot

image

@wibus-wee wibus-wee added the bug Something isn't working label Jan 29, 2023
@wibus-wee
Copy link
Member Author

fixed in #25

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