update docs

This commit is contained in:
Cory LaViska
2022-02-12 13:46:27 -05:00
parent 0f87fb86a9
commit 17627d0775
2 changed files with 4 additions and 4 deletions

View File

@@ -25,9 +25,9 @@ import { watch } from '~/internal/watch';
* @slot hide-password-icon - An icon to use in lieu of the default hide password icon.
* @slot help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop.
*
* @event sl-change - Emitted when the control's value changes.
* @event sl-change - Emitted when an alteration to the control's value is committed by the user.
* @event sl-clear - Emitted when the clear button is activated.
* @event sl-input - Emitted when the control receives input.
* @event sl-input - Emitted when the control receives input and its value changes.
* @event sl-focus - Emitted when the control gains focus.
* @event sl-blur - Emitted when the control loses focus.
*

View File

@@ -17,8 +17,8 @@ import { watch } from '~/internal/watch';
* @slot label - The textarea's label. Alternatively, you can use the label prop.
* @slot help-text - Help text that describes how to use the input.
*
* @event sl-change - Emitted when the control's value changes.
* @event sl-input - Emitted when the control receives input.
* @event sl-change - Emitted when an alteration to the control's value is committed by the user.
* @event sl-input - Emitted when the control receives input and its value changes.
* @event sl-focus - Emitted when the control gains focus.
* @event sl-blur - Emitted when the control loses focus.
*