chore(stencil): update to latest stencil version (#21378)

references ionic-team/ionic-docs#1343
This commit is contained in:
Brandy Carney
2020-05-26 15:05:36 -04:00
committed by GitHub
parent 33be1f061e
commit 1ea5ce5839
5 changed files with 6 additions and 4 deletions

View File

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