検索入力欄に一般的な機能を提供する拡張された<input>
要素です。
型: number
最後にキーを押してからchange
イベントが発火するまでの遅延時間をミリ秒で設定します。
型: number
入力結果がchange
イベントを発生させるテキストの最小文字数を設定します。
入力を0文字にクリアすると、この設定に関係なく常にchange
イベントが発生します。
検索入力欄でchangeイベントを発生させます。
$(".input").searchBox('change');
検索ボックスにカウントラベルの値を設定します。
これは検索で現在一致している「モノ」の数をユーザにフィードバックするために利用できます。
このとき、value
は文字列です。
従うべき標準的なパターンは次のとおりです。:
"300"
"120 / 300"
value
がnull、undefinedまたは空白の場合、カウントフィールドは非表示になります。
$(".input").searchBox('count', '120 / 300');
戻り値: String
検索入力欄の現在の値を取得します。
var type = $(".input").searchBox('value');
検索入力欄に値を設定します。
$(".input").searchBox('value','hello');
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy