Skip to content

Commit ccdc082

Browse files
committed
Link to input types as well
1 parent d4dc1c7 commit ccdc082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-input/lib/uui-input.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export class UUIInputElement extends UUIFormControlMixin(
179179

180180
/**
181181
* 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
182183
* @type {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'}
183184
* @attr
184185
* @default text

0 commit comments

Comments
 (0)