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.
1 parent f5c250e commit ad92c83Copy full SHA for ad92c83
src/types/textarea.js
@@ -6,7 +6,7 @@ export default ngModule => {
6
name: 'textarea',
7
template: '<textarea class="" ng-model="model[options.key]"' +
8
' ng-class="options.formControl.$invalid && options.formControl.$pristine == false ? \'is-invalid-input\' : \'\'"></textarea>',
9
- wrapper: ['templateLabel', 'templateHasError'],
+ wrapper: ['foundationLabel', 'foundationHasError'],
10
defaultOptions: {
11
ngModelAttrs: {
12
rows: {attribute: 'rows'},
0 commit comments