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.
とにかくこのテキスト入力はありますか
<input type="text" aria-controls="existing-user-table" placeholder="Search">
ユーザーがEnterキーを押したときにコントローラーでアクションをトリガーするには?
入力テキストフィールドだけで、フォームタグで囲んだりボタンを作成したりするのは好きではありません。
入力ヘルパーにはinsert-newline、ユーザーが Enter キーを押したときにトリガーされるアクションがあります。
insert-newline
{{input type='text' aria-controls='existing-user-table' placeholder='Search' insert-newline='myAction'}}
テキスト入力ヘルパー
改行ドキュメントを挿入