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 d4dc1c7 commit ccdc082Copy full SHA for ccdc082
packages/uui-input/lib/uui-input.element.ts
@@ -179,6 +179,7 @@ export class UUIInputElement extends UUIFormControlMixin(
179
180
/**
181
* This property specifies the type of input that will be rendered.
182
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types|MDN} for further information
183
* @type {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'}
184
* @attr
185
* @default text
0 commit comments