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 ff253e7 commit a332256Copy full SHA for a332256
demos/tabs/manipulation.html
@@ -97,9 +97,9 @@
97
<form>
98
<fieldset class="ui-helper-reset">
99
<label for="tab_title">Title</label>
100
- <input type="text" name="tab_title" id="tab_title" value="" class="ui-widget-content ui-corner-all" />
+ <input type="text" name="tab_title" id="tab_title" value="Tab Title" class="ui-widget-content ui-corner-all">
101
<label for="tab_content">Content</label>
102
- <textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all"></textarea>
+ <textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all">Tab content</textarea>
103
</fieldset>
104
</form>
105
</div>
0 commit comments