* Set placeholder before refresh should also set it

This commit is contained in:
Michaël Van Canneyt 2024-09-28 15:23:01 +02:00
parent 4a99eea17d
commit 28d68c938b

View File

@ -2894,6 +2894,8 @@ begin
inp.maxLength:=FMaxLength;
if FMinLength<>0 then
inp.minLength:=FMinLength;
if FPlaceHolder<>'' then
inp.Placeholder:=Placeholder;
end;
class function TTextInputWidget.AllowChildren: Boolean;