Skip to content

Commit

Permalink
fix(jsx): add autocomplete to <select>
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 4, 2020
1 parent bd70f55 commit 69ccbf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/declarations/stencil-public-runtime.ts
Expand Up @@ -1120,6 +1120,8 @@ export namespace JSXBase {
name?: string;
required?: boolean;
size?: number;
autoComplete?: string;
autocomplete?: string;
}

export interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
Expand Down

0 comments on commit 69ccbf1

Please sign in to comment.