chore(stencil): update to v1.14 (#21458)

This commit is contained in:
Brandy Carney
2020-06-10 11:36:02 -04:00
committed by GitHub
parent 17375d2325
commit cf3035778c
8 changed files with 186 additions and 104 deletions

View File

@ -393,7 +393,7 @@ export class Input implements ComponentInterface {
placeholder={this.placeholder || ''}
readOnly={this.readonly}
required={this.required}
spellcheck={this.spellcheck ? 'true' : undefined}
spellcheck={this.spellcheck}
step={this.step}
size={this.size}
tabindex={this.tabindex}