ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 11, 2024How to Create an Autocomplete Multi-Select Component with Next.js and NextUIIn modern web development, building intuitive and user-friendly UI components is crucial. One such component is an autocomplete multi-select dropdown, which allows users to select multiple options from a list. In this blog post, we will walk through ...136 readsnextui
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 10, 2024How to Create Interactive Web Forms with JavaScript: Validation, Autocomplete, and BeyondForms—let’s be real, they’re everywhere. Whether you’re signing up for the latest must-have app, sending a message to customer support, or even ordering pizza, chances are you’re filling out a form. And while they may seem like the most mundane part ...JavaScript
Barmanjibarmanji.hashnode.dev·Aug 23, 2024How LSP and Auto-Complete in IDE's are related?Auto-completion in Visual Studio Code (VS Code) using the Language Server Protocol (LSP) is a process where the editor interacts with a language server to provide context-aware code suggestions. Here's how it works in detail: 1. Initialization: Lang...10 likeslsp
shubham kumarcppadventures.hashnode.dev·Nov 7, 2023Optimizing Search: Trie vs. Traditional Methods(in javaScript)November 6, 2023 Shubham Kumar I had been using traditional methods for a long time to search for strings in an array and display them in the window. This involves using a linear search algorithm. However, recently I discovered a method that is much ...83 readsTrie
Aruntechrichie.hashnode.dev·Aug 22, 2023Building a Search and Select Field in FlutterAre you looking to implement a smooth and user-friendly search and select field in your Flutter app? Look no further! In this tutorial, we'll guide you through the steps of creating a search field that automatically suggests options as you type, and ...30 readsFlutter Widgets
Nick K.nkokkos.hashnode.dev·Jun 27, 2023How to use tomselect javascript library to create and edit a"belongs_to :many relation" with Ruby on RailsImagine that you have a classic has_many :through relation where you need to select several records out of thousands. Your form should be using an html select tag which would prove problematic if you had to select, say 5 records, out of 50.000 or mor...578 readsRuby on Rails
Aviation Edgeaviationedgeapi.hashnode.dev·Aug 15, 2022Autocomplete API for Worldwide Cities and AirportsAutocomplete API for Cities and Airports Aviation Edge Autocomplete API returns all relevant cities and airports based on the letters requested in the input. The items are returned from our complete, worldwide city and airport databases via powerful ...65 readsAPIs