3 Replies
I haven’t set any up, so the short answer would be that support needs to be added! There’s one open issue for adding keyboard support to drop-down filters https://github.com/sevenseacat/cinder/issues/28
GitHub
Dropdown accessibility · Issue #28 · sevenseacat/cinder
I really appreciated the HTML-based selects in 46ff8c5 but I think the accessibility could be further improved by a focus_wrap and support for using up and down arrows. The profile dropdown in the ...
Opa!
@sevenseacat so we going w/ colocated hooks?
Can you explain why it's not just a simple html
<select>
?
explain how i get a test env and i'll write the code
Is it possible to use cinder outside of a live view?* I haven't implemented colocated hooks yet, but if we need them, that would make sense to me.
* Using a
select
doesn't provide enough control over look and feel (and for multi-select, the usability is just bad)
* Not possible to use outside a LV, as it's a LV component
* So far I've been manually testing tables by adding them into other apps with various options - I have an open issue to set up a proper embedded test server https://github.com/sevenseacat/cinder/issues/31