bootstrap-select VS aria-practices

Compare bootstrap-select vs aria-practices and see what are their differences.

bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. (by snapappointments)

aria-practices

WAI-ARIA Authoring Practices Guide (APG) (by w3c)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
bootstrap-select aria-practices
8 4
9,832 1,159
0.1% 0.9%
0.0 8.0
5 months ago 4 days ago
JavaScript HTML
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bootstrap-select

Posts with mentions or reviews of bootstrap-select. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.
  • How does jQuery class selector return an object?
    2 projects | /r/jquery | 13 Oct 2022
    I have a multiselect widget in a modal. Because the multiselect has dynamically generated values, I need to call $('select').selectpicker(); when the modal code is injected.
  • How can I use crispy-forms with bootstrap-select?
    1 project | /r/django | 23 Sep 2022
    I want to replace the crispy-forms default bootstrap select with the bootstrap-select (https://developer.snapappointments.com/bootstrap-select/)
  • Code with me: selectpicker and max options
    1 project | dev.to | 24 Jun 2022
    Our project uses bootstrap-select so you need to implement your solution with that plugin.
  • How do I listen to events dispatched by other libraries?
    1 project | /r/alpinejs | 4 May 2022
    I'm trying to add Alpine to an existing project that uses bootstrap-select to create select boxes. I'm having issues triggering actions when a selection is made.
  • How do I get the Bootstrap’s dropdown.js component?
    1 project | /r/bootstrap | 11 Mar 2022
    I am using the npm module bootstrap-select (https://www.npmjs.com/package/bootstrap-select) and I don't understand the instructions nor can i find anything online about dropdown.js.
  • Custom JavaScript controls can't capture the nuance of form fields (2021)
    4 projects | news.ycombinator.com | 24 Feb 2022
    Emphatic agreement.

    Today, even apparently trivial widgets require ridiculous amounts of effort to attain a "natural" UX. To become so good you don't notice. That holy grail of being "invisible".

    --

    Epochs ago, I created custom controls for Win32. The one I was most proud of was a direct manipulation sundial picker for a raytracer. I obsessed over the details. Like being pixel perfect, both mouse and arrow keys (for fine grained increments), live updates between dial widget and text fields. Damn, I was proud of that control. I gushed and preened whenever a user complimented the effort.

    Ages ago, I started using bootstrap-select. It's a nifty dropdown w/ type ahead (search). Modest, no big deal, right? Nope! That project received so many PRs, tweaks, fit & finish, finesse, and all around TLC. I was transfixed, fascinated. I haven't done UI for years, but remained subscribed to their project announcements, mostly out of awe and respect.

    https://github.com/snapappointments/bootstrap-select

    Observing the bootstrap-select project over time humbled me. I used to think I had some UX juice. Now I know that I'm just banging the rocks together.

  • Adding Bootstrap 4 Searchable Dropdown in Google Apps Script
    1 project | /r/learnprogramming | 5 Mar 2021
    I tried following this guide, and added the cdn and js available here, but I cant seem to get it working in my Google Apps Script Webapp. All I am getting is a dropdown with no option to serach.
  • 8 Essential Bootstrap Components for Your Web App
    4 projects | dev.to | 2 Feb 2021
    The source: https://github.com/snapappointments/bootstrap-select

aria-practices

Posts with mentions or reviews of aria-practices. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.
  • Here are the 10 projects I am contributing to over the next 6 months. Share yours
    13 projects | dev.to | 13 Apr 2024
    W3C Aria Practices
  • React Arborist – A full-featured tree component for React
    7 projects | news.ycombinator.com | 21 Mar 2022
    I should apologize off-the-bat for not digging in too deeply, but how does this handle keyboard and screenreader accessibility?

    W3C has some in-depth list of expected keyboard interactions, though I'm not sure how complete they are:

    https://w3c.github.io/aria-practices/#TreeView

    https://w3c.github.io/aria-practices/examples/treeview/treev...

    I ask because I've tried to implement a [TreeGrid](https://w3c.github.io/aria-practices/#treegrid) myself before and... it's a lot of work. I'd love an accessible, keyboard-friendly React tree :).

  • Custom JavaScript controls can't capture the nuance of form fields (2021)
    4 projects | news.ycombinator.com | 24 Feb 2022
    Yep I totally agree with this.

    There are however a bunch of ARIA tags & best practices etc (https://w3c.github.io/aria-practices/) that exist to make popups and dialogs (and other things e.g. tree views or "email-inbox-style" "treegrids" etc) accessible (if implemented correctly).

    I am conflicted about these - it is nice that there are ARIA tags for this, but it would also be nice if browsers "understood" aria tags and added some default behaviors (e.g. keyboard navigation). As it is, ARIA tags are essentially "pointless" to anyone who doesn't use an assistive technology, and so non-assitive-technology users nor developers benefit from using ARIA tags so they are often forgotten. If the browsers saw that there was an A11y-tree that matched a treeview or a treegrid, it would be really really nice if they applied some default common keyboard navigation implementation, rather than do nothing and leave it up to the developer to decide what keys do what on each and every site. .... Or on the other hand, is that too prescriptive and should we give developers and UX designers more leeway to design something better, rather than rely on browser-enforced defaults? I guess we are happy with browser defaults for basic inputs, but would we be for a treegrid?

  • 4 takeaways from axe-con 2021
    2 projects | dev.to | 29 Mar 2021
    The ARIA practices GitHub is a good resource to see where certain patterns fall short.

What are some alternatives?

When comparing bootstrap-select and aria-practices you can also consider the following projects:

select2 - Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

react-arborist - The complete tree view component for React

Slim Select - Slim advanced select dropdown

react-table-library - :bento: React Table Library

jquery multi-select - A user-friendlier drop-in replacement for the standard select with multiple attribute activated.

standards-support - Contains documentation for Vispero software support of Web standards

sortablejs - Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

monaco-tree - Curiosity hacks with Monaco Editor's tree component

Ajax Bootstrap Select - This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.

aktenkoffer - 💼 Personal document management made easy.

tail.select - Create beautiful, functional and extensive (Multi) Select Fields with pure, vanilla JavaScript.

axe-core - Accessibility engine for automated Web UI testing