Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 887 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 887 Bytes

selectWoo

selectWoo is a fork of select2 with improved accessibility.

selectWoo is also optimized for WordPress plugin development and is designed to be able to run alongside versions of select2 that other plugins may be using.

Usage:

Usage is the same as select2, but can also be initialized with .selectWoo(). .select2() initialization has been kept for full backwards compatibility. If other versions of select2 are potentially going to be running on the same site, initializing elements with .selectWoo() is recommended.

You can enqueue the select2 or the selectWoo js and css files in the dist folder. They are the same.

Accessibility Testing:

Here are samples that can be used for accessibility testing.