mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-15 11:39:07 +02:00
* Set placeholder before refresh should also set it
This commit is contained in:
parent
4a99eea17d
commit
28d68c938b
@ -2894,6 +2894,8 @@ begin
|
|||||||
inp.maxLength:=FMaxLength;
|
inp.maxLength:=FMaxLength;
|
||||||
if FMinLength<>0 then
|
if FMinLength<>0 then
|
||||||
inp.minLength:=FMinLength;
|
inp.minLength:=FMinLength;
|
||||||
|
if FPlaceHolder<>'' then
|
||||||
|
inp.Placeholder:=Placeholder;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class function TTextInputWidget.AllowChildren: Boolean;
|
class function TTextInputWidget.AllowChildren: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user