mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
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:
parent
cf2171ece1
commit
54cd412107
@ -122,7 +122,6 @@ class HaPanelDevService extends PolymerElement {
|
||||
value='{{serviceData}}'
|
||||
autocapitalize='none'
|
||||
autocomplete='off'
|
||||
autocorrect='off'
|
||||
spellcheck='false'
|
||||
></paper-textarea>
|
||||
<paper-button
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user