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 16f421f commit b6da520Copy full SHA for b6da520
demos/resizable/textarea.html
@@ -28,7 +28,7 @@
28
<textarea id="resizable" rows="5" cols="20"></textarea>
29
30
<div class="demo-description">
31
-<p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
+<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.</p>
32
</div>
33
</body>
34
</html>
0 commit comments