問題タブ [bindvalue]
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.
javascript - 選択したオプションを Svelte の属性にバインドする方法
選択した入力を宣言された属性に接続したい洗練されたコンポーネントがあります。私の問題は、「flightschedules」で宣言された属性「status」へのステータスの選択値のバインディングが機能しないことです。
オプションは属性の質問からのものです: オンタイム、遅延、キャンセル 誰か助けてくれませんか?
これが私のコードです(フォームを作成するためのコンポーネントです。たとえば、フライトスケジュールを作成します):