Hi All

Just wanted to draw attention to our efforts to produce a flexible
select-style component for use in Om apps.

https://github.com/condense/select-om-all

It can be used to provide select-style inputs for HTML forms.  It aims to
be fast and flexible.

We were driven by the need for some specific features:

   - Handling thousands of select options efficiently
   - Auto complete style filtering of select options
   - Showing results in a grid format
   - Frustrations wrapping stand alone JS select libraries

Plenty of JS libraries have been created to try and address these and
attempts have been made to wrap these neatly into React components.  This
library tries, instead, to provide an Om native solution to your
better-than-select input needs.

Technically it builds on Om/React & Facebook's fixed-data-table
<https://github.com/facebook/fixed-data-table> component (which we have
also packaged as a CLJSJS library
<https://github.com/cljsjs/packages/tree/master/fixed-data-table>).  We
also use Google Closure's goog.ui.Popup and few related helpers.  Otherwise
it's native clojurescript.  (We should factor out Sablono to avoid a
dependency at some stage but it's there for convenience just now)

The name is a pun on the pokemon tag line.  It's kind of relevant in that
we hope this underlying component can be used to mimic most select style
components.  We'll be putting that to the test in the next few weeks as we
switch this into a couple of projects.

It's early days but we'd love feedback as we stabilise the API and bed
things down.

Cheers, Oliver

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to