Skip to content

Commit

Permalink
Merge branch 'dev' into dit13711/7180-add-tokens-to-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
DitwanP authored Dec 9, 2024
2 parents 2b0e2e9 + 58201b0 commit c2e45fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/calcite-components/src/components/input/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ export class Input
* Specifies the component type.
*
* Note that the following `type`s add type-specific icons by default: `"date"`, `"email"`, `"password"`, `"search"`, `"tel"`, `"time"`.
*
* `"textarea"` [Deprecated] use the `calcite-text-area` component instead.
*/
@property({ reflect: true }) type:
| "color"
Expand Down

0 comments on commit c2e45fe

Please sign in to comment.