You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Custom element wrapping the native input element.This is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.
25
25
* @element uui-input
26
-
* @slot input label - for the input label text.
27
26
* @slot prepend - for components to render to the left of the input.
28
27
* @slot append - for components to render to the right of the input.
* This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/
37
38
* @type {boolean}
@@ -195,14 +196,6 @@ export class UUIInputElement extends FormControlMixin(LitElement) {
0 commit comments