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 5947b0f commit 1c50bfbCopy full SHA for 1c50bfb
core/src/components/textarea/textarea.tsx
@@ -266,7 +266,7 @@ export class Textarea implements ComponentInterface {
266
* As a result, creating these as properties
267
* can have unintended side effects. Instead, we
268
* listen for attribute changes and inherit them
269
- * to the inner `<input>` element.
+ * to the inner `<textarea>` element.
270
*/
271
@Watch('dir')
272
onDirChanged(newValue: string) {
0 commit comments