We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 392c6a6 + 6c425ed commit 8c91a56Copy full SHA for 8c91a56
src/textarea.html
@@ -5,7 +5,7 @@
5
class="form-control {{form.fieldHtmlClass}}"
6
id="{{form.key.slice(-1)[0]}}"
7
sf-changed="form"
8
- placeholder="{{form.placeholder}}"
+ ng-attr-placeholder="{{form.placeholder}}"
9
ng-disabled="form.readonly"
10
sf-field-model
11
schema-validate="form"
@@ -19,7 +19,7 @@
19
<textarea class="form-control {{form.fieldHtmlClass}}"
20
21
22
23
24
25
0 commit comments