Greg Ziegan
Greg Ziegan
## A semi-advanced example The following code takes ~2.5-3 seconds to evaluate with `dhall --file`. This snippet omits dhall-k8s imports and the actual data behind bindings like `secretVolumeMounts` (but I...
I tried changing the stepper to use `setTimeout` exclusively. No luck. I also tried different intervals. > What would fix this? It was easy to work around by using the...
This should be much improved after #26
Sorry about that! i'm busy right now working on reducing the API complexity (can follow in #43). But I will be updating this with the next release
Hi! I'll be visiting and thinking through this and your other comment on #36 very soon 😸 There was a commit (before squashing + merging) where I was considering providing...
Thanks for bringing this up! I'm going to do some research before this is re-released for `0.18` to see what other autocompletes do. I'll update what I find out here!
Thanks for reporting! I'll be fixing this with the elm `0.18` release 😄 . Going to write some actual tests to verify the autocomplete works according to ARIA specs as...
@maximsch2 yes, I actually made this milestone once i released v4 to revisit this and think about how to make drop-in more possible. https://github.com/thebritican/elm-autocomplete/milestone/3
Right now, I'd just suggest copy/pasting the `AccessibleExample.elm` and then customizing it. Nest it in your app. But I want to revisit it very soon! I will read up on...
Good catch! Yep, those are both just examples of using the API. Will fix the business logic on the demo page. I have some more work to do on that...