Fix for some dev pages crashing on iOS. (#1850)

This should probably be reverted when the fixes in
https://bugs.webkit.org/show_bug.cgi?id=174629 has been rolled out.
This commit is contained in:
Thomas Lovén 2018-10-24 22:04:27 +02:00 committed by Paulus Schoutsen
parent cf2171ece1
commit 54cd412107
2 changed files with 0 additions and 2 deletions

View File

@ -122,7 +122,6 @@ class HaPanelDevService extends PolymerElement {
value='{{serviceData}}'
autocapitalize='none'
autocomplete='off'
autocorrect='off'
spellcheck='false'
></paper-textarea>
<paper-button

View File

@ -102,7 +102,6 @@ class HaPanelDevState extends EventsMixin(PolymerElement) {
label="State attributes (JSON, optional)"
autocapitalize='none'
autocomplete='off'
autocorrect='off'
spellcheck='false'
value='{{_stateAttributes}}'></paper-textarea>
<paper-button on-click='handleSetState' raised>Set State</paper-button>