We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2021/7/25 時点では、単に <datalist> 要素を置いているだけなので、タグ候補からタグを選んでinputに文字列が入力されるだけで確定まではされない。 候補から選択して直ちにタグが追加されるとよさそう。タグの追加忘れも防げそう。
<datalist>
<datalist> の <option> 要素を選択したことを検知できるイベントがない? みたいなStackoverflowが出てきて不穏な感じがする。 javascript - Perform action when clicking HTML5 datalist option - Stack Overflow
<option>
★★★
The text was updated successfully, but these errors were encountered:
あまりちゃんと見てないけど react-autosuggest とか使うとそれっぽいUIを実現できるのだろうか。 react-autocompleteっていうのもあったけどarchiveされてた。
Sorry, something went wrong.
No branches or pull requests
やりたいこと
2021/7/25 時点では、単に
<datalist>
要素を置いているだけなので、タグ候補からタグを選んでinputに文字列が入力されるだけで確定まではされない。候補から選択して直ちにタグが追加されるとよさそう。タグの追加忘れも防げそう。
<datalist>
の<option>
要素を選択したことを検知できるイベントがない? みたいなStackoverflowが出てきて不穏な感じがする。javascript - Perform action when clicking HTML5 datalist option - Stack Overflow
難易度
★★★
The text was updated successfully, but these errors were encountered: