問題タブ [google-web-component]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
polymer - アイアンフォームからフォームデータを取得してビューに出力するにはどうすればよいですか
Polymer 2 と ES6 は初めてです。鉄のフォームに入力されたデータを console.log できます。ただし、画面に出力することはできません。私はこの行が目標を達成すると思った:
this.querySelector('.output').innerHTML = JSON.stringify(this.$.pizzaOrder.favoritePizza);
しかし、それは私にエラーを与えます: Uncaught TypeError: Cannot set property 'innerHTML' of null. カスタム要素 my-form の完全なコードは次のとおりです。