並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 25 件 / 25件

新着順 人気順

autocompleteの検索結果1 - 25 件 / 25件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

autocompleteに関するエントリは25件あります。 javascriptgithublibrary などが関連タグです。 人気エントリには 『GitHub - withfig/autocomplete: IDE-style autocomplete for your existing terminal & shell』などがあります。
  • GitHub - withfig/autocomplete: IDE-style autocomplete for your existing terminal & shell

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - withfig/autocomplete: IDE-style autocomplete for your existing terminal & shell
    • autocomplete属性のものすごく簡単なメモ - 水底の血

      Autocomplete workshopというミーティングが今年1月に行われたようで、autocomplete方面が盛り上がりつつあるみたいです(whatwg/html#4986)。 このワークショップのノート(Google Doc)が公開されていますけれども、参加者にブラウザーベンダー*1がいるのは当然として、Eコマースのプラットフォーム方面(Shopify、WIX、Checkout.com、Shipper HQ)が参加しているのが興味深いところ。 箇条書きでまとめられているものを雑に引っ張ってみると actocomplete属性の拡張をこれから考えていくことになるが、目下で注目しているのは名前と住所 250サイトについて入力フォームを調べてみた 日本を含めたいくつかの国は、オートフィルがうまく機能しない どの情報を1つのフィールドに入力するかについて、サイトごとにまちまち 日本では氏

        autocomplete属性のものすごく簡単なメモ - 水底の血
      • GitHub - algolia/autocomplete: 🔮 Fast and full-featured autocomplete library

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - algolia/autocomplete: 🔮 Fast and full-featured autocomplete library
        • How Google autocomplete predictions are generated

            How Google autocomplete predictions are generated
          • How MDN’s autocomplete search works – Mozilla Hacks - the Web developer blog

            Last month, Gregor Weber and I added an autocomplete search to MDN Web Docs, that allows you to quickly jump straight to the document you’re looking for by typing parts of the document title. This is the story about how that’s implemented. If you stick around to the end, I’ll share an “easter egg” feature that, once you’ve learned it, will make you look really cool at dinner parties. Or, perhaps y

              How MDN’s autocomplete search works – Mozilla Hacks - the Web developer blog
            • GitHub - knadh/autocomp.js: A super tiny Javascript autocomplete / autosuggestions library. Zero dependencies, ~800 bytes min+gzip.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - knadh/autocomp.js: A super tiny Javascript autocomplete / autosuggestions library. Zero dependencies, ~800 bytes min+gzip.
              • IRB: Let's Use Autocomplete - Qiita

                IRBの最新の自動補完機能を誰よりも使ってるぺん(@tompng)です。 IRBの補完についてGoogleで検索すると disable turn off などと書かれた記事ばかりが出てくるのですが、今のIRBは自動補完の問題点がかなり解消しています。 無効化設定している人はいますぐ ~/.irbrc を開いて IRB.conf[:USE_AUTOCOMPLETE] = false と書かれている行を消しましょう。 自動補完の問題点とどう解消されたか 補完ダイアログが大きくて邪魔・入力行が上にずれる ターミナルの高さとカーソルの位置に応じて、補完ダイアログの表示サイズを調整するようになりました。 https://github.com/ruby/reline/pull/542 色が見づらい 見た目をカスタマイズするAPI Reline::Face が導入されました。(ドキュメント) https

                  IRB: Let's Use Autocomplete - Qiita
                • Fig is sunsetting, migrate to Amazon CodeWhisperer for autocomplete in your terminal

                  Brendan FalkHappy 2024! Last year was a big year for our team: we joined Amazon in August, and by November, we had already shipped Amazon CodeWhisperer for command line. We’re keenly aware of the impact generative AI is having on the way developers build. We’re hard at work innovating and we have a lot of exciting new things coming to CodeWhisperer for command line later this year. With that said,

                    Fig is sunsetting, migrate to Amazon CodeWhisperer for autocomplete in your terminal
                  • GitHub - inokawa/rich-textarea: A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.

                    Styleable texts: Not just highlighting texts like similar libraries, this library also supports colorizing, decorating and more. Regex or any tokenizers can be used. Easy to interact with events: You can get caret position and can catch some mouse events on texts, which are useful to display something reflects user actions. Compatible with textarea: Except added features, this library is designed

                      GitHub - inokawa/rich-textarea: A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.
                    • GitHub - graphql-editor/graphql-zeus: GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                        GitHub - graphql-editor/graphql-zeus: GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
                      • MUI Autocomplete で API のデータから検索候補を表示する Input を作ってみる - asoview! Tech Blog

                        この記事は アソビューAdvent Calendar 2023 の6日目(B面)になります。 アソビューでフロントエンドエンジニアをしている白井です。 今回は文字入力時に候補検索し表示できるような Input コンポーネントを作ってみようと思います。 果物検索補完付き Input 今のプロジェクトで使用している MUI の Autocomplete を使うことで簡単に実装できるのですが、オプションが多くて癖が強いことや、細かいことをやろうとしたりリクエストを間引いたりすると一手間必要になるので、そのあたりの解説をしていきます。 主に以下の3つのライブラリを使用して実装を進めていきます。 データ取得:SWR バリデーション:React Hook Form コンポーネント:MUI Autocomplete オートコンプリート付き Input の作成 まず、Autocomplete コンポーネン

                          MUI Autocomplete で API のデータから検索候補を表示する Input を作ってみる - asoview! Tech Blog
                        • React Hook Form + MUI Autocomplete で絞り込み検索機能付きのプルダウンリストを作ってみた | DevelopersIO

                          React を触り始めてからそろそろ1年くらいの下田です。 沢山ある選択肢の中からいくつかのデータを指定するようなケースにおいて、ユーザーが延々とプルダウンリストをスクロールしたり、大量のデータの中から目的とする選択肢を目視で探すという状況は非常に辛いものがあります。また、そういった UI が提供された場合に利用者の立場で考えると体験があまりよろしくないというのは容易に推測できます。 Web アプリ開発を始めたばかりの頃(の私)は漠然と、「絞り込み検索機能付きのプルダウンリストって作るのが難しいんだろうなぁ」と考えておりましたが MUI(旧名称:Material UI)の Autocomplete というコンポーネントを利用すると頑張らずに実装できることが分かりました。 そこで今回は、react-hook-form v7 と組み合わせた絞り込み検索機能付きのプルダウンリストの実装サンプルを

                            React Hook Form + MUI Autocomplete で絞り込み検索機能付きのプルダウンリストを作ってみた | DevelopersIO
                          • ユーザー登録とログインフォームにautocomplete属性を使いましょう

                            Frontend Conference Okinawa 2023, 2023/11/18 Ivanova Marina, 株式会社ゆめみ

                              ユーザー登録とログインフォームにautocomplete属性を使いましょう
                            • GitHub - mroderick/plete: Vanilla autocomplete component

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - mroderick/plete: Vanilla autocomplete component
                              • Building an accessible autocomplete control

                                This is an excerpt from my book, Form Design Patterns. This article starts in the middle of chapter 3, A Flight Booking Form where I’ve been looking at ways to let users enter a destination country. Unfortunately, native HTML form controls just aren’t good enough for this type of interaction. And so we need to build a custom autocomplete control from scratch. A word of warning though: this is one

                                  Building an accessible autocomplete control
                                • GitHub - iondodon/manter: Terminal with autocomplete suggestions

                                  Manter is a project aimed at enhancing the terminal experience by offering features such as autocomplete suggestions, current branch display, reusable scripts, and more. The terminal is built with Svelte for front-end flexibility and Rust for back-end performance. The core framework is based on Tauri. Currently, Manter supports limited command suggestions (cd, ls). To expand this library, add comm

                                    GitHub - iondodon/manter: Terminal with autocomplete suggestions
                                  • Creating an accessible autocomplete experience

                                    After many months of research, development, and extensive testing across browsers, devices, and assistive technology, we’re excited to announce that the React Spectrum ComboBox component and React Aria useComboBox hook are now available! We’ve focused on the following areas to help you build quality autocomplete experiences. Accessibility — Our ComboBox has been tested with screen readers across d

                                      Creating an accessible autocomplete experience
                                    • GitHub - marlonrichert/zsh-autocomplete: 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - marlonrichert/zsh-autocomplete: 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
                                      • [Vue.js] サジェスト/自動補完(autocomplete)を行うコンポーネント - Qiita

                                        はじめに Vue.jsで、某大手検索エンジンのような、サジェストリストを表示する入力コンポーネントを作成しました。npmで公開していますので、良かったら使ってやってください。 どんな機能 テキストボックスに文字を途中まで入力すると、残りの候補をサジェスト表示(自動補完)する機能を持つVue.jsのテキストボックスコンポーネントです。検索エンジンのサイトなどでよく見かけるあれです。 以下のGIFアニメを見てもらえれば、一発でどんなコンポーネントかが分かると思います。 シンプルなサンプル とにもかくにも、サンプルコードです。data()で指定した配列をサジェストリストに表示するシンプルなサンプルです。 <template> <div style="width:400px"> <vue-suggest-input v-model="selected" :items="items"/> </div

                                          [Vue.js] サジェスト/自動補完(autocomplete)を行うコンポーネント - Qiita
                                        • ポール・マッカートニーが「最も検索された質問」に答える | Autocomplete Interviews | WIRED.jp

                                          ポール・マッカートニーがWIREDの「オートコンプリート・インタビュー」に登場。インターネット上で最も検索されている質問の数々に回答する。 WIRED JAPAN チャンネル登録はこちら▶︎▶︎http://bit.ly/WIREDjpYouTube WIRED JAPAN:https://wired.jp WIRED.jp Twitter:https://twitter.com/wired_jp WIRED.jp Facebook:https://www.facebook.com/WIRED.jp WIRED.jp Instagram:https://www.instagram.com/wired_jp/ WIRED.jp TikTok:https://www.tiktok.com/@wired_jp WIRED SZメンバーシップ: 『WIRED』日本版のサブス

                                            ポール・マッカートニーが「最も検索された質問」に答える | Autocomplete Interviews | WIRED.jp
                                          • zshでもIDEみたいに自動補完したい!zsh-autocompleteの紹介

                                            シェルでも IDE みたいに Tab を押さなくてもインクリメンタルな自動補完して欲しいって思ったことないですか? 5 回に 1 回くらい気がついたら Tab を自然にタイプしているそこのあなたに朗報です。 この zsh-autocomplete を使えばなんと不要な Tab 打ちから解放されることができます 🎉 今までの方法との違い 実は昔から自動補完候補を出す zsh プラグインは存在しました。 [incr-0.2.zsh](https://mimosa-pudica.net/zsh-incremental.html や になります(なぜか2つとも日本人作者) しかしこの2つのプラグインとも古く、更新が止まっています。(2013 年が最終更新日) 他にも似たようなものでよく使われてるのが になりますが、こちらは自動補完はしてくれますが全候補ではなく 1 候補だけの表示となります。 そ

                                              zshでもIDEみたいに自動補完したい!zsh-autocompleteの紹介
                                            • Tabnine: AI Autocomplete & Chat for Javascript, Python, Typescript, PHP, Go, Java & more - Visual Studio Marketplace

                                              AI coding assistant with AI code completions and AI code chat right in the IDE, helping developers by generating code, writing unit tests and documentation, explaining legacy code, and much more. Tabnine supports all major languages including JavaScript, Python, Java, Typescript c/c++ and more. AI assistant for software developers Note: This extension is NOT for Tabnine Enterprise self-hosted cust

                                                Tabnine: AI Autocomplete & Chat for Javascript, Python, Typescript, PHP, Go, Java & more - Visual Studio Marketplace
                                              • Trie in Javascript: the Data Structure behind Autocomplete

                                                We've already covered the basics of tree data structure in three posts. If you haven't gone through those yet, I would strongly going through the introductory post at the very least. Introduction Trie is a variation of tree data structure. It's also referred to as prefix tree or a variation of search tree. Just like n-ary tree data structure, a trie can have n children stemming from single parent.

                                                  Trie in Javascript: the Data Structure behind Autocomplete
                                                • Generative AI: autocomplete for everything

                                                  This blog post is co-authored by Noah and roon. roon is a researcher at a prominent AI company, and he also posts humorously on Twitter. Because this is a joint post, we sometimes refer to one of us in the third person. If you talk to people about the potential of artificial intelligence, almost everybody brings up the same thing: the fear of replacement. For most people, this manifests as a dread

                                                    Generative AI: autocomplete for everything
                                                  • jQuery UIのAutocompleteで入力補完(サジェスト)を実装

                                                    jQuery UI Autocompleteのインストール CDN とりあえず動かしたいという場合はCDNでHEADタグに以下のように記述します。 <link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> <script src="https://code.jquery.com/jquery-3.5.1.js"></script> <script src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> ダウンロード jQuery UIはjQuery本体に依存していますので、jQuery自体が導入されていることが前提です。 jQuery UIはこちらからダウンロードできます。 https://jque

                                                      jQuery UIのAutocompleteで入力補完(サジェスト)を実装
                                                    1

                                                    新着記事