<ons-search-input />

実例

Search inputs

Even though Input component can handle type='search', an extra component is provided which implements search input styles:

<SearchInput placeholder='Search something' />

関連情報

名前 型 / デフォルト値 概要
input-id String Specify the “id” attribute of the inner <input> element. This is useful when using <label for="..."> elements. (翻訳中) Optional.
名前 概要
value The current value of the input. (翻訳中)
disabled 無効化されている場合にtrue
Name 概要
material Displays a Material Design search input. (翻訳中)
シグネチャ 概要
focus() Focuses the input. (翻訳中)
blur() Removes focus from the input. (翻訳中)
focus()

Focuses the input. (翻訳中)

blur()

Removes focus from the input. (翻訳中)

お困りですか?

Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。

バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。

あわせて、下記の情報も参考にしてください。