Skip to content

Commit 444abf9

Browse files
committed
remove clear button
1 parent 9ee6a4a commit 444abf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

knowledge-base/examples/spinner-inside-submit-button/FormContent.vue

-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,13 @@
5757
</fieldset>
5858

5959
<div class="k-form-buttons">
60-
<!-- 3. Spinner icon + disable logic -->
6160
<kbutton
6261
type="submit"
6362
:disabled="disabled"
6463
:icon-class="disabled ? 'fa fa-spinner fa-spin' : ''"
6564
>
6665
Submit
6766
</kbutton>
68-
<kbutton type="button" @click="clear">Clear</kbutton>
6967
</div>
7068
</form-element>
7169
</k-form>

0 commit comments

Comments
 (0)