Skip to content

Commit

Permalink
work for #5178 Set the same width values to input fields when titleLo…
Browse files Browse the repository at this point in the history
…cation is left
  • Loading branch information
OlgaLarina committed Jun 17, 2024
1 parent ddc3427 commit ecd042a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,10 @@ Serializer.addClass(
"enableIf:condition",
"requiredIf:condition",
{
name: "questionTitleWidth"
name: "questionTitleWidth",
visibleIf: function (obj: any) {
return !!obj && obj["getQuestionTitleLocation"]() === "left";
}
},
{
name: "questionTitleLocation",
Expand Down

0 comments on commit ecd042a

Please sign in to comment.