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

Multi-Select Matrix - Impossibile to fix a Dropdown column width #8382

Open
JaneSjs opened this issue Jun 7, 2024 · 4 comments
Open

Multi-Select Matrix - Impossibile to fix a Dropdown column width #8382

JaneSjs opened this issue Jun 7, 2024 · 4 comments
Assignees
Labels
bug user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jun 7, 2024

https://surveyjs.answerdesk.io/internal/ticket/details/T18505

It is impossible to fix a column width using the column.width property. When a dropdown item has a long caption, the column width is expanded. It should be possible to restrict a matrix column width.

@JaneSjs
Copy link
Contributor Author

JaneSjs commented Jun 26, 2024

In the meantime, please apply the following CSS to fix the issue:

.sd-table__cell > .sd-table__question-wrapper .sd-dropdown__value .sv-string-viewer,
.sd-table__cell > .sd-table__question-wrapper .sd-dropdown__value .sd-dropdown__hint-suffix {
       position: absolute;
       left: 0;
       width: 100%;
}

View Demo

@JaneSjs
Copy link
Contributor Author

JaneSjs commented Jul 16, 2024

T19012 - Width column in matrixdynamic when one column is dropdown
https://surveyjs.answerdesk.io/internal/ticket/details/T19012

@JaneSjs
Copy link
Contributor Author

JaneSjs commented Oct 1, 2024

T20085 - Issue with Fixed Dropdown Column Widths Ignored Despite Setting maxWidth and minWidth
https://surveyjs.answerdesk.io/internal/ticket/details/T20085

@JaneSjs
Copy link
Contributor Author

JaneSjs commented Dec 23, 2024

T17344 - Matrixdynamic validation
https://surveyjs.answerdesk.io/internal/ticket/details/T17344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants