Ultra simple clone of Select2 written in [pure Angular 10](https://angular.io) No additional dependencies
Gain more control over how ESLint fixes are applied.
CSS selector engine supporting jQuery selectors
a CSS selector compiler/engine
View docs [here](https://radix-ui.com/primitives/docs/components/select).
https://github.com/mdlivingston
Filtered multi-select React component
A Select control built with and for ReactJS
Inquirer select/list prompt
Filter files in a `vinyl` stream
ES module implementation of Django's FilteredSelectMultiple widget.
Select protocol using first bytes of incoming data and hose stuff to the handler
two functions: One that returns true, one that returns false
tree-select ui component for react
A diff3 engine for nodejs
React Select
Selectors decision tree - choose matching selectors, fast
hast utility for `querySelector`, `querySelectorAll`, and `matches`
Filters tests by tags/title using substring or regular expressions (can find dynamic tags)
Select all feature for CKEditor 5.
Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.
Simulate react-select events for react-testing-library
React Select
Angular ng-select - All in One UI Select, Multiselect and Autocomplete
Use searchable selects based on Select2 in Active Admin forms and filters.
ActiveFilter is a Rails engine for allowing users to filter scope dynamically.
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> or <code>Symbol</code>. Methods and blocks are allowed too: [1, 2, 3].filter(&:even?) # => [2] [1, 2, 3].filter(:even?) # => [2] [1, 2, 4].filter { |num| num.even? } # => [2, 4] <code>Enumerable#filter</code> can match against enumerable items attributes. Like this: [1, 2, 3, 4.2].filter :to_i => :even? # => [2, 4] If the block is supplied, each matching element is passed to it, and the block's result is stored in the output array. [1, 2, 4].filter(&:even?) { |n| n + 1 } # => [3, 5] <code>Enumerable#filter</code> also accepts <code>true</code> or <code>false</code> as argument: [0, false, 2, nil].filter(true) # => [0, 2] [0, false, 2, nil].filter(false) # => [false, nil] <code>Enumerable#filter</code> also supports <code>OR</code> operator! Just pass many patterns, they will be joined together with <code>OR</code> operator. [0, 2, 3, 4].filter(:zero?, :odd?) # => [0, 3]
Use Tom Select for searchable selects in Active Admin forms and filters.
A tight DSL to build tables of ActiveRecord models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
fluent-plugin-select is the non-buffered plugin that can be filtered by ruby script.
A Fluentd filter plugin to rettrieve selected redfish metric
A nice proxy listenning to a RabbitMQ bus, repeating selected messages in POST requests when filters match routing patterns
A tight DSL to build tables of ActiveRecord or Mongoid models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
LTSV Viewer made with Ruby. Select label. Filtering keyword. Go to LTSV website.
Anything interface for github
Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records. And DRY up your code when using #as_json. Added a filter for graphql_rails_api gem
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.