Skip to content

Commit

Permalink
fix createCopy not copying default values (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Oct 8, 2023
1 parent 8e62a96 commit 668489c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ default Builder createCopy()
builder.setRequiredRange(getMinValues(), getMaxValues());
builder.setPlaceholder(getPlaceholder());
builder.setDisabled(isDisabled());
builder.setDefaultValues(getDefaultValues());
return builder;
}

Expand Down

0 comments on commit 668489c

Please sign in to comment.