diff --git a/packages/webwidget/src/htmlwidgets.pp b/packages/webwidget/src/htmlwidgets.pp
index 4f6d7fc..8d0f546 100644
--- a/packages/webwidget/src/htmlwidgets.pp
+++ b/packages/webwidget/src/htmlwidgets.pp
@@ -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;