-
Notifications
You must be signed in to change notification settings - Fork 839
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
Improve questions layouting #5178
Closed
RomanTsukanov opened this issue
Nov 3, 2022
· 1 comment
· Fixed by #8574 or surveyjs/survey-creator#5702
Closed
Improve questions layouting #5178
RomanTsukanov opened this issue
Nov 3, 2022
· 1 comment
· Fixed by #8574 or surveyjs/survey-creator#5702
Comments
OlgaLarina
pushed a commit
to surveyjs/survey-creator
that referenced
this issue
Jun 17, 2024
OlgaLarina
added a commit
to surveyjs/survey-creator
that referenced
this issue
Jun 18, 2024
* add questionTitleWidth definition * work for surveyjs/survey-library#5178 add localization strings --------- Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
tsv2013
changed the title
Set the same width values to input fields when
Improve questions layouting
Jun 28, 2024
titleLocation
is left
OlgaLarina
pushed a commit
that referenced
this issue
Jul 5, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 5, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 5, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 5, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 11, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 17, 2024
This was
linked to
pull requests
Jul 17, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 18, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 18, 2024
OlgaLarina
pushed a commit
that referenced
this issue
Jul 19, 2024
tsv2013
pushed a commit
that referenced
this issue
Jul 19, 2024
* work for #5178 Set the same width values to input fields when titleLocation is left * work for #8396 add unit tests * work for #8396 - calculate title width * work for #5178 Set the same width values to input fields when titleLocation is left * work for #5178 Set the same width values to input fields when titleLocation is left * work for #5178 Set the same width values to input fields when titleLocation is left * work for #5178 Set the same width values to input fields when titleLocation is left * work for #5178 fix unit tests * work for #5178 fix layoutColumns serialization * work for #5178 add a property with the actual value colSpan * work for #5178 fix reactivity * work for #5178 fix bugs * work for #5178 fix question style after added second question into row * work for #5178 fix panel width * work for #5178 fix markup tests * work for #5178 calculate colSpan if question invisible * work for #5178 rename isGridLayoutMode -> gridLayoutEnabled --------- Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://plnkr.co/edit/wu7Rw9kidBAzlSsB
As you can see, all input fields in the plunk above have different width, which doesn't look nice. It would be great if we added a capability to synchronize the width of input fields, either by default or using an option.
The text was updated successfully, but these errors were encountered: