-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown Map becomes empty only when deployed #454
Comments
here's the code I wrote to avoid this `-- | TODO: take an element config for the options elements as well let cfg = cfg' dropdownWithDefault |
let mappy = Map.fromList $ fmap (\x -> (x,x)) $ [ "As soon as possible" , "1-2 months" , "3-6 months" , "6+ months" ] dropdown "As soon as possible" (constDyn mappy) def
For this code, it works completely fine when using localhost and when deployed, only gives all options the first time you visit the page however any other time including refreshing the page, the options disappear
Localhost:
Deployed: https://aceinterviewpreparation.com/main/onboard
When the page is refreshed, the options momentarily show up. I'm using a constDyn for each dropdown
reflex-platform branch "release/0.9.2.0"
The text was updated successfully, but these errors were encountered: