Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンボボックスで onBeforequery を使用します。正常に機能しますが、データをサーバーに送信した後にコンボ ボックスをリセットしたいです。
doQuery の後にリセットするにはどうすればよいですか??
onBeforequery: function (record) { record.query = new RegExp(record.query, 'i'); record.forceAll = true; },
このメソッドを探していると思います。
データを送信するために使用するロジックにそれを追加できるはずです。
がんばれ、ブラッド