semantic-reflex
semantic-reflex copied to clipboard
🔧 Semantic UI for Haskell and Reflex-DOM
Hi, I just noticed that the bounds on `reflex` and `reflex-dom-core` will need to be bumped to support the most recent `obelisk` versions. As I'm in the dark about release...
A lot of the semantic-reflex widgets don't need the `Prerender` constraint, but they use the `UI` type alias so they get it. The result is that the user can't use...
Moved from: https://github.com/obsidiansystems/rhyolite/issues/90#issue-479160247
I'm seeing build failures during the haddock phase. Heres' the error message: ``` haddock: internal error: internal: extractDecl CallStack (from HasCallStack): error, called at utils/haddock/haddock-api/src/Haddock/Interface/Create.hs:1097:12 in main:Haddock.Interface.Create ``` Not very...
Pressing `Up` or `Down` arrow keys should skip over filtered items, but currently does not.
Could you document which version(s) of semantic UI (CSS) your library supports?
I think the cabal version should be incremented when there is an API change, so I can specify a min_version in my app's cabal file. What do you think?
When a select element is focused, an option can be selected by typing in the text of the desired element. I've seen two behaviours: single letter search, where only the...
This also entails better export lists and probably adding `Internal` modules.