問題タブ [flask-bootstrap]
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.
python - フラスコのwtform SelectFieldの選択フィールドにライブ検索を追加して、選択肢を検索します
フラスコの wtforms を使用して、 data-live-search="true" を使用して bootstrap-select のような機能を実装する方法はありますか。動的な選択肢を検索できるように、selectfield にライブ検索を追加したいと考えています。
ライブ検索を使用したブートストラップ選択のコード:
私のpython views.py:
フォーム.py:
私のhtmlコード:
上記の例で、wtforms selectfield で bootstrap-select を使用してライブ検索を追加する方法はありますか。wtform で bootstrap-select を使用できない場合、wtforms を使用してライブ検索を実行できる他の方法はありますか。
https://developer.snapappointments.com/bootstrap-select/examples/ このリンクを参照して、ライブ検索によるブートストラップ選択のデモを確認できます。