We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee6a4a commit 444abf9Copy full SHA for 444abf9
knowledge-base/examples/spinner-inside-submit-button/FormContent.vue
@@ -57,15 +57,13 @@
57
</fieldset>
58
59
<div class="k-form-buttons">
60
- <!-- 3. Spinner icon + disable logic -->
61
<kbutton
62
type="submit"
63
:disabled="disabled"
64
:icon-class="disabled ? 'fa fa-spinner fa-spin' : ''"
65
>
66
Submit
67
</kbutton>
68
- <kbutton type="button" @click="clear">Clear</kbutton>
69
</div>
70
</form-element>
71
</k-form>
0 commit comments