You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<textareadata-dojo-type="dijit/form/SimpleTextarea" data-dojo-props="placeHolder:'Text area placeholder'></textarea>
but the placeHolder is not shown, because although SimpleTextarea descents from TextBox, it changes templateString and the placeHolder has nowhere to attach in
I have
SimpleTextarea
withplaceHolder
:but the
placeHolder
is not shown, because althoughSimpleTextarea
descents fromTextBox
, it changestemplateString
and the placeHolder has nowhere to attach indijit/form/TextBox.js
Lines 68 to 73 in 8ab4cdc
this.textbox
has noparentElement
).The text was updated successfully, but these errors were encountered: